summaryrefslogtreecommitdiff
path: root/sysprof.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-21Disable accessibilitySøren Sandmann Pedersen1-2/+14
2009-09-25Remove GSEAL macrosSøren Sandmann Pedersen1-8/+0
2009-09-25Make it distcheckSøren Sandmann Pedersen1-1/+0
2009-09-25Comment out some debugging spam; update copyrightSøren Sandmann Pedersen1-1/+1
2009-09-14Update TODOSøren Sandmann Pedersen1-1/+1
2009-09-11Read data before stopping collector.Søren Sandmann Pedersen1-2/+3
2009-09-08TODOSøren Sandmann Pedersen1-2/+0
2009-09-08Fake new_process and new_map events when a tracker is createdSøren Sandmann Pedersen1-1/+1
2009-09-08Make stack_stash_add_trace() return a pointer to the traceSøren Sandmann Pedersen1-2/+2
2009-09-08Lots of gtk->foo renamesSøren Sandmann Pedersen1-6/+7
2009-08-22Remove unused profile_from_file variableSøren Sandmann Pedersen1-17/+0
2009-08-17Delete trailing whitespaceSøren Sandmann Pedersen1-272/+272
2009-08-17Reserve space in the samples label for large numbers.Søren Sandmann Pedersen1-15/+8
2009-02-22Tweak percent sign formatSøren Sandmann Pedersen1-1/+1
2009-02-22Add percent signs in screenshot windowSøren Sandmann Pedersen1-1/+2
2009-02-21Give the samples label a minium width of "Samples: 888888"Søren Sandmann Pedersen1-19/+0
2009-02-21new enter_display_mode() functionSøren Sandmann Pedersen1-23/+26
2009-02-21Don't delete profile when toggling on_profileSøren Sandmann Pedersen1-8/+2
2009-02-21Select the first row in the object view when making the profileSøren Sandmann Pedersen1-7/+16
2009-02-20Add percent signs; update TODOSøren Sandmann Pedersen1-6/+8
2008-06-05Apply patch from binutils to demangle local-source names. BinutilsGeoffrey Keating1-2/+2
2008-04-26Don't leak kallsymsSoren Sandmann1-0/+2
2008-04-26Get rid of all calls to glade_xml_get_widget(). (gather_widgets): InsteadSoren Sandmann1-44/+58
2008-04-26Remove all calls to g_signal_connect() Instead connect all signals hereSoren Sandmann1-70/+58
2008-04-01Constrain the samples label to only grow wider instead of bouncing around.Owen Taylor1-0/+30
2008-03-29Work around GTK+ ABI break.Soren Sandmann1-1/+8
2008-03-24Remove unnecessary show_samplesSøren Sandmann Pedersen1-2/+0
2008-03-24+2008-03-23 Soren Sandmann <sandmann@daimi.au.dk>Søren Sandmann Pedersen1-7/+14
2007-10-25Use an array instead of a list. Look for vmlinux in the source directory.Soren Sandmann1-23/+42
2007-10-22Fix some spelling errorsSoren Sandmann1-6/+6
2007-10-20Call callback with an extra boolean indicating whether the sample read wasSoren Sandmann1-2/+5
2007-09-17Add support for looking up kernel symbols from /proc/kallsymsSoren Sandmann1-1/+18
2007-08-04Update to use new tree view API.Soren Sandmann1-50/+8
2007-03-24Update screenshot window in an idle handler to deal with the case whereSoren Sandmann1-8/+57
2007-03-05New function. Only warn once about bad CRC's.Søren Sandmann1-1/+0
2007-02-09Update copyright noticesSøren Sandmann1-3/+2
2007-01-22sysprof-icon-32.png Add a 32x32 version (also from Diana) of the icon.Søren Sandmann1-2/+8
2007-01-22Add new iconsSøren Sandmann Pedersen1-7/+34
2006-11-20reset the collector after generating the profile.Soren Sandmann1-0/+1
2006-11-11New functionSoren Sandmann1-12/+21
2006-11-02Valgrind:Soren Sandmann1-0/+6
2006-11-02Increase the max number of addresses to 1021, reorganise SysprofMmapAreaSoren Sandmann1-1/+0
2006-10-11Make this function return a list of immediate callers again.Soren Sandmann1-1/+1
2006-10-08New function to support --version optionSoren Sandmann1-5/+42
2006-08-09Make the load_file() idle low priority to avoid weird toolbar flash.Soren Sandmann1-6/+10
2006-07-31small cleanupPaolo Borelli1-11/+11
2006-07-31Add a destroy notifier to StackStashSoren Sandmann1-0/+8
2006-03-05Do proper error-handling.Soeren Sandmann1-9/+5
2006-03-04Check that the inodes match.Soeren Sandmann1-2/+2
2006-03-03Handle NULL models.Soeren Sandmann1-36/+5