Age | Commit message (Collapse) | Author | Files | Lines |
|
2008-04-27 Soren Sandmann <sandmann@daimi.au.dk>
* -=-=-=- Release sysprof 1.0.10 -=-=-=-
* configure.ac: Bump version
* sysprof.c: Bump year
* module/sysprof-module.c: Make it compile with 2.6.25
svn path=/branches/sysprof-1-0/; revision=416
|
|
svn path=/branches/sysprof-1-0/; revision=379
|
|
svn path=/branches/sysprof-1-0/; revision=377
|
|
2007-10-21 Soren Sandmann <sandmann@daimi.au.dk>
* -=-=-=- Release sysprof 1.0.9 -=-=-=-
* configure.ac: Bump version.
* Makefile.am: Add explicit /sbin in insert-module
svn path=/branches/sysprof-1-0/; revision=376
|
|
2007-10-21 Soren Sandmann <sandmann@daimi.au.dk>
* module/Makefile: Delete CFLAGS reminiscence of 2.4 support.
svn path=/branches/sysprof-1-0/; revision=374
|
|
2006-12-09 Soren Sandmann <sandmann@daimi.au.dk>
* =-=-=-= Release sysprof 1.0.8 =-=-=-=
* module/sysprof-module.c (timer_notify): Add forgotten
put_cpu_var().
|
|
|
|
2006-11-16 Soren Sandmann <sandmann@daimi.au.dk>
* =-=-=-= Release 1.0.7 =-=-=-=
* process.c (process_lookup_symbol): Also treat 0x01 as "In
kernel", even when there is a map for the 0x00 address.
|
|
2006-11-02 Soren Sandmann <sandmann@daimi.au.dk>
* -=-=-=- Release sysprof 1.0.6 -=-=-=-
* module/sysprof-module.c: Include config.h on kernels < 2.6.18.
|
|
2006-10-29 Soren Sandmann <sandmann@daimi.au.dk>
* -=-=-=- Release sysprof 1.0.5 -=-=-=-
* binfile.c (read_symbols): Store symbols in offsets into original
file, not debug file. Fixes symbols when the debug binaries have
different text offsets than the real binaries.
|
|
2006-10-29 Soren Sandmann <sandmann@daimi.au.dk>
* =-=-=-= Release sysprof 1.0.4 =-=-=-=
* module/sysprof-module.c: Remove include of linux/config.h
|
|
Sat Aug 12 16:27:13 2006 Søren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (timer_notify): Bugfix for SMP kernel:
Make n_samples a per-CPU variable. Protect timer_notify() with an
atomic variable.
|
|
2006-06-08 Søren Sandmann <ssp@localhost.localdomain>
* announce-1.0.3: Fix forgotten 1.0.2 -> 1.0.3.
|
|
2006-06-08 Soren Sandmann <sandmann@redhat.com>
* =-=-=-= Release sysprof 1.0.3 =-=-=-=
* configure.ac: Bump version number
* announce-1.0.3: Add this file.
* sysprof.c (RESET_DEAD_PERIOD): Increase this to 250
|
|
2006-06-05 Soren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (init_module): Copy the proc_fops and
update the poll entry in the copy, rather than writing directly to
the proc_fops. Fixes compilation on the latest kernels.
|
|
|
|
Thu Feb 23 21:37:21 2006 Soeren Sandmann <sandmann@redhat.com>
* =-=-=-= Release sysprof 1.0.2 =-=-=-=
* configure.ac: Bump version number
* sysprof.c (on_about_activated): Update about box
* announce-1.0.2: add this file
|
|
Sun Jan 15 20:16:39 2006 Soeren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c: Add package version to spew.
|
|
2006-01-13 Søren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (INTERVAL): Backport fix for HZ <=
SAMPLES_PER_SECOND from HEAD. (Thomas de Grenier de Latour).
|
|
Wed Jan 11 20:23:06 2006 Søren Sandmann <sandmann@redhat.com>
* process.c (read_maps): Also make offset a gulong (Samuel
Mimram).
|
|
Mon Jan 9 09:56:46 2006 Soeren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (timer_notify): Remove START_OF_STACK
check.
|
|
Mon Jan 9 00:53:35 2006 Soeren Sandmann <sandmann@redhat.com>
* process.c (read_maps): Use gulong for addresses. Bug reported by
Martin Reddy.
|
|
Tue Dec 20 12:21:16 2005 Søren Sandmann <sandmann@redhat.com>
* configure.ac: Add missing backslashes, pointed out by Ralph
Siemsen.
|
|
|
|
Mon Dec 19 15:46:27 2005 Søren Sandmann <sandmann@redhat.com>
* =-=-=-= Release sysprof 1.0.1 =-=-=-=
* configure.ac: Bump version numbers
|
|
Mon Dec 19 15:39:52 2005 Søren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (timer_notify): Make kernel module
compile with recent kernels. Delete lots of commented out code.
|
|
Sat Oct 29 14:43:00 2005 Søren Sandmann <sandmann@redhat.com>
Fix crash pointed reported by Rudi Chiarito.
* stackstash.c (stack_stash_add_trace): Just return if
n_addrs is 0.
* sysprof.c (on_read): Only trace if n_addresses != 0.
|
|
Mon Oct 10 14:33:50 2005 Søren Sandmann <sandmann@redhat.com>
* configure.ac: Add --disable-kernel-module option. Patch from
Pascal Terjan.
|
|
|
|
|
|
Sat Sep 17 14:35:32 2005 Soeren Sandmann <sandmann@redhat.com>
* Bump version numbers
* README: update
* TODO: Updates
|
|
|
|
Sun Sep 4 19:38:51 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: Updates
|
|
Tue Aug 30 16:57:33 2005 Søren Sandmann <sandmann@redhat.com>
* configure.ac: Complain if we can't find /lib/modules/`uname
-r`/build/Makefile.
* process.c (process_lookup_symbol): Take an address of 0x1 to
mean "in kernel".
* module/sysprof-module.c (timer_notify): When reporting in-kernel
time, give the current pid instead of -1.
* TODO: updates
|
|
Mon Aug 15 20:39:11 2005 Soeren Sandmann <sandmann@redhat.com>
* binfile.c, process.c, profile.c: Fix some warnings.
|
|
Mon Aug 1 23:49:51 2005 Soeren Sandmann <sandmann@redhat.com>
* module/sysprof-module.c (REG_INS_PTR): Add support for
amd64/x86-64. Patch from Mike Frysinger.
|
|
Sun Jul 10 10:51:52 2005 Soeren Sandmann <sandmann@redhat.com>
* binfile.c: Various minor clean-ups
|
|
Sat Jul 9 23:20:39 2005 Soeren Sandmann <sandmann@redhat.com>
* binfile.c (bin_file_new): Cache BinFiles by filename.
* stackstash.c (stack_stash_free): Plug leak
* process.c (process_free_maps): Plug leak
* module/Makefile (install): Check that depmod exists before
running it.
|
|
|
|
Sun Jun 19 15:39:50 2005 Søren Sandmann <sandmann@redhat.com>
* sysprof.c (on_about_activated): Add version information
* configure.ac: Bump version to 0.91
* README: Updates
|
|
Sat Jun 18 22:45:04 2005 Søren Sandmann <sandmann@redhat.com>
* TODO: Updates
* configure.ac: Check for Linux 2.6.11
* process.c (get_pidname): Present pid=-1 as [kernel].
* module/sysprof-module.c: Use register_timer_hook() instead of
a kernel timer. Set trace.pid to -1 if interrupt happens in
kernel.
|
|
|
|
Sun Jun 12 20:30:37 2005 Soeren Sandmann <sandmann@redhat.com>
* sysprof.c (build_gui): Disable type-ahead search for all the
tree views.
* sysprof.c (on_object_selection_changed): Call it from here
* sysprof.c (expand_descendants_tree): New function that
determines what nodes to expand in the descendatns view.
* TODO
|
|
Sun Jun 12 13:37:15 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: Updates
|
|
+
+ * TODO: Updates
+
|
|
Thu May 26 01:10:45 2005 Soeren Sandmann <sandmann@redhat.com>
* sysprof.c (on_callers_row_activated): Grab focus on the callers
view, not the descendants view.
* sysprof.c (on_read): Add a short "dead" period after a reset,
so that 'samples' will actually be 0 for a while.
|
|
Mon May 23 01:37:26 2005 Soeren Sandmann <sandmann@redhat.com>
* README: Remove comment about auto* stuff, add link to
http://www.daimi.au.dk/~sandmann/sysprof/
|
|
Sun May 22 21:06:36 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: Updates
|
|
Sat May 21 20:58:59 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: update
* sysprof.c (on_menu_item_activated): New function.
* sysprof.c (build_gui): Hook up menu items.
* module/sysprof-module.c (init_module): Remove module_init/exit
as they cause build failure on kernels < 2.6.11.
|
|
+
+ * TODO: update
+
|