summaryrefslogtreecommitdiff
path: root/profile.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Remove last bits of process.[ch]Søren Sandmann Pedersen1-1/+0
2009-09-08Make StackStash store uint64_ts instead of pointersSøren Sandmann Pedersen1-14/+21
2009-08-17Free the sfile formats after freeing the input/output files.Søren Sandmann Pedersen1-2/+2
2009-02-21Get rid of hack to not fold recursions for "In file" symbolsSøren Sandmann Pedersen1-17/+1
2008-06-02Do not fold recursions for symbols starting with "In file".Søren Sandmann1-2/+18
2007-11-16UpdatesSoren Sandmann1-3/+1
2007-10-22Make this a two-pass algorithm, one pass to add the trace, and one to doSoren Sandmann1-60/+10
2007-10-22Fix some spelling errorsSoren Sandmann1-3/+12
2007-08-26Compute the size by simply summing the size of the siblings. They areSoren Sandmann1-5/+5
2007-03-05New function. Only warn once about bad CRC's.Søren Sandmann1-15/+15
2006-11-22Move match to front (add_trace_to_tree): Break as soon as a recursive callSoren Sandmann1-4/+17
2006-11-20reset the collector after generating the profile.Soren Sandmann1-1/+1
2006-11-20Use stack allocated variables to avoid taking addresses of bitfields.Soren Sandmann1-3/+10
2006-11-20Use stack_node_new() o (profile_load): Use set_root() instead ofSoren Sandmann1-2/+4
2006-11-11New functionSoren Sandmann1-1/+1
2006-11-02Increase the max number of addresses to 1021, reorganise SysprofMmapAreaSoren Sandmann1-4/+5
2006-10-26Make the pointer array static to improve cache behavior and reduce callsSoren Sandmann1-2/+5
2006-10-12Skip nodes that don't have a parent.Soren Sandmann1-18/+18
2006-10-11Make this function return a list of immediate callers again.Soren Sandmann1-2/+86
2006-07-31Add a destroy notifier to StackStashSoren Sandmann1-7/+1
2006-07-31Simplify this file a bit, and make it not rely on atomic pointer writes.Soren Sandmann1-1/+1
2006-04-22updates Various formatting fixes.Soeren Sandmann1-2/+2
2006-03-28New files containing a simplified and sanitized version of the stateSoeren Sandmann1-27/+36
2006-03-12updatesSoren Sandmann1-2/+2
2006-01-15UpdatesSoeren Sandmann1-64/+84
2006-01-14Only build GUI when the necessary dependencies are found.Soeren Sandmann1-1/+3
2005-11-08Add beginning of a screenshot window.Soeren Sandmann1-1/+2
2005-11-07Test for !prev instead of !next.Soeren Sandmann1-1/+1
2005-11-06Make these function call back with GLists rather than GSLists.Soeren Sandmann1-6/+3
2005-11-06Turn this function into a StackFunction.Soeren Sandmann1-17/+5
2005-11-05Use callbacks from stackstash.Soeren Sandmann1-29/+10
2005-11-05Don't compute the total field.Soeren Sandmann1-53/+3
2005-11-01Add "total" field.Soeren Sandmann1-27/+16
2005-10-31TODOSøren Sandmann Pedersen1-48/+47
2005-10-30Merge stackstash-reorg branch into HEADSoren Sandmann1-411/+135
2005-10-01Revert accidental commit of stackstash reorganisationSøren Sandmann Pedersen1-7/+3
2005-10-01UpdateSoeren Sandmann1-3/+7
2005-08-16Fix some warnings.Soeren Sandmann1-4/+4
2005-07-10Cache BinFiles by filename.Soeren Sandmann1-2/+2
2005-05-10*** empty log message ***Søren Sandmann Pedersen1-1/+3
2005-05-07Implement this functionSøren Sandmann1-6/+2
2005-04-23Store a pointer to the root of the call treeSøren Sandmann1-7/+4
2005-04-09Remove debug spewSøren Sandmann1-0/+19
2005-03-31Make this function workSoeren Sandmann1-26/+31
2005-03-28updatesSoeren Sandmann1-0/+1
2005-03-26Remove "loading and saving"Søren Sandmann1-4/+2
2005-03-23Primitive loading and saving.Soeren Sandmann1-6/+44
2005-03-05Bug fixes. Add actual generation.Soeren Sandmann1-1/+1
2005-03-04Write this function.Soeren Sandmann1-13/+56
2005-03-03Experiment with a file-format-description format.Soeren Sandmann1-256/+83