summaryrefslogtreecommitdiff
path: root/sfile.h
AgeCommit message (Collapse)AuthorFilesLines
2007-03-05New function. Only warn once about bad CRC's.Søren Sandmann1-0/+12
Mon Mar 5 16:55:39 2007 Søren Sandmann <sandmann@redhat.com> * binfile.c (already_warned): New function. Only warn once about bad CRC's. svn path=/trunk/; revision=361
2006-03-28New files containing a simplified and sanitized version of the stateSoeren Sandmann1-15/+2
Mon Mar 27 21:44:04 2006 Soeren Sandmann <sandmann@redhat.com> * sformat.[ch]: New files containing a simplified and sanitized version of the state machine and type system from sfile.c. * sfile.c: Move the state machine and type management to separate files. Make the amount of memory used during loading and saving less obscene. * stackstash.c (stack_stash_new_from_root): Make this function store the root again.
2005-10-30Merge stackstash-reorg branch into HEADSoren Sandmann1-0/+22
2005-10-30 Soren Sandmann <sandmann@redhat.com> * Merge stackstash-reorg branch into HEAD
2005-09-27If the address is 0x01, treat as kernel, regardless of whether we have aSoeren Sandmann1-0/+5
Tue Sep 27 01:33:33 2005 Soeren Sandmann <sandmann@redhat.com> * process.c (process_lookup_symbol): If the address is 0x01, treat as kernel, regardless of whether we have a map for that address or not. * module/sysprof-module.c (timer_notify): Take a stack trace of the current process, even when we are in kernel mode. This way we can assign kernel activity to individual user space stacktraces. * TODO: updates.
2005-09-24Bump version number to 1.1.0Soeren Sandmann1-1/+1
Sat Sep 24 14:41:23 2005 Soeren Sandmann <sandmann@redhat.com> * configure.ac: Bump version number to 1.1.0 * signal-handler.c: Many, mostly cosmetic, cleanups * sysprof-text.c: uninstall signal handlers when exiting
2005-08-16Fix some warnings.Soeren Sandmann1-2/+2
Mon Aug 15 20:39:11 2005 Soeren Sandmann <sandmann@redhat.com> * binfile.c, process.c, profile.c: Fix some warnings.
2005-05-07Implement this functionSøren Sandmann1-8/+10
Sat May 7 13:57:17 2005 Søren Sandmann <sandmann@redhat.com> * sfile.c (sfile_output_free): Implement this function * sfile.c (sfile_input_free): Implement this function
2005-04-23Store a pointer to the root of the call treeSøren Sandmann1-13/+21
Sat Apr 23 19:12:52 2005 Søren Sandmann <sandmann@redhat.com> * profile.c: Store a pointer to the root of the call tree * profile.c (profile_load): Call sfile_input_free() * sfile.c (sformat_free): Implement this function
2005-04-23Check pointer typesSøren Sandmann1-1/+4
Sat Apr 23 18:38:46 2005 Søren Sandmann <sandmann@redhat.com> * sfile.c (post_process_read_instructions): Check pointer types * sfile.c (post_process_instructions_recurse): Delete this unused function
2005-04-09Remove debug spewSøren Sandmann1-0/+19
Sat Apr 9 17:04:50 2005 Søren Sandmann <sandmann@redhat.com> * Makefile: Remove debug spew * *: Add copyright notices
2005-03-25Various GUI updatesSøren Sandmann1-1/+7
Thu Mar 24 19:09:33 2005 Søren Sandmann <sandmann@redhat.com> * sysprof.c: Various GUI updates * TODO: update * sfile.[ch] (sformat_new_optional): Add some notes about an "optional" construction.
2005-03-12Fix small bug in add_timeout() More descriptive tree labels updateSoeren Sandmann1-0/+7
Sat Mar 12 11:05:19 2005 Soeren Sandmann <sandmann@redhat.com> * sysprof-module.c: Fix small bug in add_timeout() * sysprof.c (build_gui): More descriptive tree labels * TODO: update
2005-03-07CSun Mar 6 22:56:21 2005 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-0/+18
* sfile.c: Generate id's for objects and pointers.
2005-03-04Write this function.Soeren Sandmann1-1/+5
Thu Mar 3 23:48:13 2005 Soeren Sandmann <sandmann@redhat.com> * profile.c (profile_load): Write this function. * sfile.c: Add support for user defined record and list types. Simplify logic a lot.
2005-03-03Experiment with a file-format-description format.Soeren Sandmann1-3/+4
Wed Mar 2 23:39:50 2005 Soeren Sandmann <sandmann@redhat.com> * profile.[ch], sfile.[ch]: Experiment with a file-format-description format. * sysprof.c: Add commented out code using /proc/ based timeout.
2004-11-24*** empty log message ***Søren Sandmann Pedersen1-1/+2
2004-11-22*** empty log message ***Søren Sandmann Pedersen1-6/+5
2004-11-21*** empty log message ***Søren Sandmann Pedersen1-1/+13
2004-11-17*** empty log message ***Søren Sandmann Pedersen1-2/+6
2004-11-17*** empty log message ***Søren Sandmann Pedersen1-10/+11
2004-11-16*** empty log message ***Søren Sandmann Pedersen1-17/+17
2004-11-15*** empty log message ***Søren Sandmann Pedersen1-0/+58