summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-28-=-=-=- Release sysprof 1.0.10 -=-=-=-sysprof-1.0.10Soren Sandmann6-13/+98
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
2007-10-21Add note about tagging to TODOSøren Sandmann Pedersen1-1/+1
svn path=/branches/sysprof-1-0/; revision=379
2007-10-21svn path=/branches/sysprof-1-0/; revision=377sysprof-1.0.9Søren Sandmann Pedersen2-0/+63
svn path=/branches/sysprof-1-0/; revision=377
2007-10-21-=-=-=- Release sysprof 1.0.9 -=-=-=-Soren Sandmann5-8/+16
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-21Delete CFLAGS reminiscence of 2.4 support.Soren Sandmann2-1/+4
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-10=-=-=-= Release sysprof 1.0.8 =-=-=-=sysprof-1.0.8Soren Sandmann4-4/+76
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-16Fix ChangeLog, fix announce-1.0.7sysprof-1.0.7Søren Sandmann Pedersen2-3/+8
2006-11-16=-=-=-= Release 1.0.7 =-=-=-=Soren Sandmann5-19/+87
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-=-=-=- Release sysprof 1.0.6 -=-=-=-Soren Sandmann3-2/+13
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-30-=-=-=- Release sysprof 1.0.5 -=-=-=-sysprof-1.0.5Soren Sandmann4-18/+96
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-30=-=-=-= Release sysprof 1.0.4 =-=-=-=sysprof-1.0.4Soren Sandmann4-2/+74
2006-10-29 Soren Sandmann <sandmann@daimi.au.dk> * =-=-=-= Release sysprof 1.0.4 =-=-=-= * module/sysprof-module.c: Remove include of linux/config.h
2006-08-12Bugfix for SMP kernel: Make n_samples a per-CPU variable. ProtectSøren Sandmann2-6/+23
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-09Fix forgotten 1.0.2 -> 1.0.3.Søren Sandmann2-1/+5
2006-06-08 Søren Sandmann <ssp@localhost.localdomain> * announce-1.0.3: Fix forgotten 1.0.2 -> 1.0.3.
2006-06-09=-=-=-= Release sysprof 1.0.3 =-=-=-=Soren Sandmann4-2/+79
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-05Copy the proc_fops and update the poll entry in the copy, rather thanSoren Sandmann2-1/+12
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.
2006-02-24Fix announce-1.0.2sysprof-1.0.2Søren Sandmann Pedersen1-1/+1
2006-02-24=-=-=-= Release sysprof 1.0.2 =-=-=-=Soeren Sandmann4-3/+80
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
2006-01-16Add package version to spew.Soeren Sandmann2-1/+7
Sun Jan 15 20:16:39 2006 Soeren Sandmann <sandmann@redhat.com> * module/sysprof-module.c: Add package version to spew.
2006-01-13Backport fix for HZ <= SAMPLES_PER_SECOND from HEAD. (Thomas de Grenier deSøren Sandmann2-1/+6
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).
2006-01-12Also make offset a gulong (Samuel Mimram).Søren Sandmann2-2/+7
Wed Jan 11 20:23:06 2006 Søren Sandmann <sandmann@redhat.com> * process.c (read_maps): Also make offset a gulong (Samuel Mimram).
2006-01-09Remove START_OF_STACK check.Soeren Sandmann2-6/+5
Mon Jan 9 09:56:46 2006 Soeren Sandmann <sandmann@redhat.com> * module/sysprof-module.c (timer_notify): Remove START_OF_STACK check.
2006-01-09Use gulong for addresses. Bug reported by Martin Reddy.Soeren Sandmann2-33/+38
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.
2005-12-20Add missing backslashes, pointed out by Ralph Siemsen.Søren Sandmann2-3/+8
Tue Dec 20 12:21:16 2005 Søren Sandmann <sandmann@redhat.com> * configure.ac: Add missing backslashes, pointed out by Ralph Siemsen.
2005-12-19Add announce-1.0.1Søren Sandmann Pedersen1-0/+67
2005-12-19=-=-=-= Release sysprof 1.0.1 =-=-=-=sysprof-1.0.1Søren Sandmann2-1/+7
Mon Dec 19 15:46:27 2005 Søren Sandmann <sandmann@redhat.com> * =-=-=-= Release sysprof 1.0.1 =-=-=-= * configure.ac: Bump version numbers
2005-12-19Make kernel module compile with recent kernels. Delete lots of commentedSøren Sandmann2-355/+27
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.
2005-10-29Fix crash pointed reported by Rudi Chiarito.Søren Sandmann3-2/+14
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.
2005-10-10Add --disable-kernel-module option. Patch from Pascal Terjan.Søren Sandmann3-22/+40
Mon Oct 10 14:33:50 2005 Søren Sandmann <sandmann@redhat.com> * configure.ac: Add --disable-kernel-module option. Patch from Pascal Terjan.
2005-09-17Add 1.0 announcementsysprof-1.0.branchpointsysprof-1-0-branchpointSøren Sandmann Pedersen1-0/+70
2005-09-17TODO updatesSøren Sandmann Pedersen1-1/+3
2005-09-17Bump version numbers update UpdatesSoeren Sandmann4-17/+48
Sat Sep 17 14:35:32 2005 Soeren Sandmann <sandmann@redhat.com> * Bump version numbers * README: update * TODO: Updates
2005-09-04*** empty log message ***Søren Sandmann Pedersen1-4/+19
2005-09-04UpdatesSoeren Sandmann4-6/+30
Sun Sep 4 19:38:51 2005 Soeren Sandmann <sandmann@redhat.com> * TODO: Updates
2005-08-30Complain if we can't find /lib/modules/`uname -r`/build/Makefile.Søren Sandmann5-14/+50
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
2005-08-16Fix some warnings.Soeren Sandmann6-22/+12
Mon Aug 15 20:39:11 2005 Soeren Sandmann <sandmann@redhat.com> * binfile.c, process.c, profile.c: Fix some warnings.
2005-08-02Add support for amd64/x86-64. Patch from Mike Frysinger.Soeren Sandmann2-8/+35
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.
2005-07-10Various minor clean-upssysprof-0.91Soeren Sandmann2-8/+7
Sun Jul 10 10:51:52 2005 Soeren Sandmann <sandmann@redhat.com> * binfile.c: Various minor clean-ups
2005-07-10Cache BinFiles by filename.Soeren Sandmann8-19/+58
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.
2005-07-08Update TODOSøren Sandmann Pedersen1-9/+21
2005-06-19Add version informationSøren Sandmann6-19/+69
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
2005-06-19UpdatesSøren Sandmann7-14/+192
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.
2005-06-13*** empty log message ***Søren Sandmann Pedersen1-13/+16
2005-06-13Disable type-ahead search for all the tree views.Soeren Sandmann2-12/+107
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
2005-06-12UpdatesSoeren Sandmann2-15/+59
Sun Jun 12 13:37:15 2005 Soeren Sandmann <sandmann@redhat.com> * TODO: Updates
2005-06-10+Thu Jun 9 13:28:33 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen3-2/+30
+ + * TODO: Updates +
2005-05-26Grab focus on the callers view, not the descendants view.Soeren Sandmann2-1/+44
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.
2005-05-23Remove comment about auto* stuff, add link toSoeren Sandmann2-1/+7
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/
2005-05-23Updatessysprof-0.9Soeren Sandmann2-14/+13
Sun May 22 21:06:36 2005 Soeren Sandmann <sandmann@redhat.com> * TODO: Updates
2005-05-22updateSoeren Sandmann4-48/+86
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.
2005-05-21+Sat May 21 00:59:38 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-0/+15
+ + * TODO: update +