summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Add a memcpy() that uses nontemporal writes. (copy_kernel_stack): AddSoren Sandmann2-1/+42
2007-11-20Use hash table instead of list.Soren Sandmann2-20/+10
2007-11-19Update TODOSøren Sandmann Pedersen4-7/+12
2007-11-19Make heuristic stack scanning more accurateSoren Sandmann3-5/+50
2007-11-18Crude heuristic stack scanning on x86-64.Søren Sandmann2-39/+74
2007-11-18Return ssize_t instead of int.Søren Sandmann2-20/+48
2007-11-17+2007-11-17 Soren Sandmann <sandmann@daimi.au.dk>Søren Sandmann Pedersen3-3/+5
2007-11-17FormattingSoren Sandmann3-3/+12
2007-11-17updatesSoren Sandmann4-13/+46
2007-11-16UpdatesSoren Sandmann5-77/+120
2007-10-30Update TODOSøren Sandmann Pedersen1-0/+5
2007-10-25Use an array instead of a list. Look for vmlinux in the source directory.Soren Sandmann6-78/+142
2007-10-22Make this a two-pass algorithm, one pass to add the trace, and one to doSoren Sandmann4-74/+30
2007-10-22Fix some spelling errorsSoren Sandmann6-13/+46
2007-10-22Add ChangeLogSøren Sandmann Pedersen1-0/+7
2007-10-22Don't discard weak symbols.Soren Sandmann2-15/+44
2007-10-21Add notes about releasingSøren Sandmann Pedersen1-0/+35
2007-10-21Remove CFLAGS reminiscence of 2.4 support.Soren Sandmann2-1/+4
2007-10-20Call callback with an extra boolean indicating whether the sample read wasSoren Sandmann5-10/+42
2007-09-17Add support for looking up kernel symbols from /proc/kallsymsSoren Sandmann9-111/+354
2007-08-26Compute the size by simply summing the size of the siblings. They areSoren Sandmann3-6/+12
2007-08-26Reformat and fix various minor issues.Soren Sandmann2-199/+208
2007-08-26Work around GTK+ bug 405625.Soren Sandmann2-1/+12
2007-08-26TODO updatesSøren Sandmann Pedersen2-7/+11
2007-08-11Update TODOSøren Sandmann Pedersen1-60/+134
2007-08-11Update TODOSøren Sandmann Pedersen1-14/+17
2007-08-08Add MAINTAINERSSøren Sandmann Pedersen1-0/+3
2007-08-04Update to use new tree view API.Soren Sandmann4-133/+138
2007-03-24+ * elfparser.c (elf_parser_get_crc32): madvise()Soren Sandmann2-1/+7
2007-03-24Update screenshot window in an idle handler to deal with the case whereSoren Sandmann2-8/+63
2007-03-05New function. Only warn once about bad CRC's.Søren Sandmann6-19/+59
2007-03-02Make this function staticSoren Sandmann2-1/+5
2007-03-02Remove FIXME.Soren Sandmann2-3/+4
2007-03-02Free the undefined symbolSoren Sandman2-2/+7
2007-03-02Make a copy of the vdso bytes to make valgrind a little quieter.Soren Sandmann4-3/+22
2007-03-02Fix two leaks, both pointed out by Kjartan MaraasSoren Sandmann2-1/+11
2007-02-25svn path=/trunk/; revision=355Søren Sandmann Pedersen3-18/+33
2007-02-24UpdatesSoren Sandmann5-122/+86
2007-02-24include correct header fileSøren Sandmann Pedersen1-1/+1
2007-02-24Switch to a simpler conceptual model. Update to binparser API changes.Soren Sandman5-536/+638
2007-02-09svn path=/trunk/; revision=351Søren Sandmann Pedersen4-4/+4
2007-02-09Update copyright noticesSøren Sandmann8-4/+79
2007-02-09Don't store the size of the symbol. (elf_parser_lookup_symbol): Look it upSøren Sandmann4-11/+26
2007-01-22sysprof-icon-32.png Add a 32x32 version (also from Diana) of the icon.Søren Sandmann4-3/+14
2007-01-22Add new iconsSøren Sandmann Pedersen7-8/+40
2007-01-05Correct $PWD usage, so make install works from inside module/.Behdad Esfahbod2-2/+7
2006-12-10file announce-1.0.8 was initially added on branch sysprof-1-0.Søren Sandmann Pedersen0-0/+0
2006-12-09Add forgotten put_cpu_var(). Parse in chunks of 65536 to improve locality.Soren Sandmann4-4/+29
2006-11-23Set inode for vdso to 0.Soren Sandmann3-13/+28
2006-11-23Use GMappedFile instead g_file_get_contents(). (build_instructions): PassSoren Sandmann2-349/+26