summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2005-12-19=-=-=-= Release sysprof 1.0.1 =-=-=-=sysprof-1.0.1Søren Sandmann1-1/+1
Mon Dec 19 15:46:27 2005 Søren Sandmann <sandmann@redhat.com> * =-=-=-= Release sysprof 1.0.1 =-=-=-= * configure.ac: Bump version numbers
2005-10-10Add --disable-kernel-module option. Patch from Pascal Terjan.Søren Sandmann1-21/+34
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-17Bump version numbers update UpdatesSoeren Sandmann1-1/+1
Sat Sep 17 14:35:32 2005 Soeren Sandmann <sandmann@redhat.com> * Bump version numbers * README: update * TODO: Updates
2005-08-30Complain if we can't find /lib/modules/`uname -r`/build/Makefile.Søren Sandmann1-6/+12
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-06-19Add version informationSøren Sandmann1-1/+1
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 Sandmann1-0/+16
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-05-14Auto*ify.Søren Sandmann1-0/+72
Sat May 14 15:49:52 2005 Søren Sandmann <sandmann@redhat.com> Auto*ify. * TODO: updates * AUTHORS, INSTALL, Makefile.am, NEWS, configure.ac: New files * module/Makefile: New file * module/sysprof-module.c, module/sysprof-module.h: Move these files to their own directy, as the kernel build system does not work very well with auto*. * sysprof.c, autogen.sh: Some auto* changes.