]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Misc fixes for callgrind_annotate
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Tue, 11 Aug 2009 14:45:00 +0000 (14:45 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Tue, 11 Aug 2009 14:45:00 +0000 (14:45 +0000)
commite247747cc52b700bc3b31c4ab240e944288bdec5
treecf91be47013f6f9518eaf4f7a9c7c2cb85fd0a06
parentabf37ff2dc8bf72c153012963b10a1b68aa3e33c
Misc fixes for callgrind_annotate

* Patch from bug 198649 (callgrind_annotate doesn't cumulate counters)
  When there were multiple call sites in one line, the aggregated
  call count/cost numbers in the source annotation were wrong
* Callgrind often produces absolute file names.
  Make it work with relative file names requested for annotation from
  the command lines.
* More in sync with parser in KCachegrind: make summary line optional.
  We can also use the "totals:" line for this.
* Count of numbers in summary can be smaller then number of events given

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10777
callgrind/callgrind_annotate.in