aboutsummaryrefslogtreecommitdiff
path: root/callgrind
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2015-09-07Rephrase Callgrind manual about limiting event aggregationweidendo
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-05Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-06-26Minor shuffling in Callgrind format docweidendo
2015-06-26Complete/Fix Callgrind format specification.weidendo
2015-02-18Fix Bug #344314 callgrind_annotate ... commands containing newlinesweidendo
2015-02-13Add command line flag --max-threads=<integer> to increase the number offlorian
2015-02-06Fix undefined behaviours when shifting.florian
2015-02-05Allow the user to specify precise-exception behaviour for translationssewardj
2015-01-13Export VG_(discard_tranalsations_safely) to the tools. It isflorian
2015-01-08Add VG_(gettimeofday) such that callgrind can use it withoutflorian
2015-01-08Callgrind: fix BB discardingweidendo
2015-01-04Change most remaining use of Addr64 in coregrind and the tools to Addr.florian
2015-01-02Track the IMark changes in VEX r3055.florian
2014-12-19Buffer audit. Resize a few.florian
2014-12-16Simplify the VG_(get_filename_linenum) interface by removingflorian
2014-12-14Remove callgrind's percentify and commify functions as well as theflorian
2014-12-12Add limited support for printing floating point numbers toflorian
2014-11-29Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply.florian
2014-11-13Audit two buffer sizes.florian
2014-11-13Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk.florian
2014-11-11Merge r14340,14346-14348,14352,14354-14355 from the BUF_REMOVAL branch toflorian
2014-11-06Merge revisions 14366 and 14367 from the BUF_REMOVAL branch to trunk.florian
2014-11-06Merge revisions 14344 and 14345 from the BUF_REMOVAL branch to trunk.florian
2014-11-04Merge r14339 from BUF_REMOVAL branch to trunk.florian
2014-10-27Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk.florian
2014-10-26Merge r14289 from the BUF_REMOVAL branch to trunk.florian
2014-10-25Merge r14202 from the BUF_REMOVAL branch to trunk.florian
2014-10-01Merge revisions 14337, 14596 from the BUF_REMOVAL branch to trunk.florian
2014-09-30Merge six easy pieces from the BUF_REMOVAL branch:florian
2014-09-24Ripple from constifying parameters of instrumentation functions andflorian
2014-09-12VG_(malloc/calloc/strdup) never return NULL (and never will).florian
2014-09-11Remove some unneded checks as identified by IBM's BEAM checker.florian
2014-09-07update callgrind and cachegrind filtering logic following rev 14469philippe
2014-08-25Cleanup: remove unused macros.florian
2014-08-23Remove unused functions and prototypes.florian
2014-08-23Remove unused function CLG_(sprint_cost).florian
2014-08-22Cleanup. Cost array was never called anyway.weidendo
2014-08-22Remove benign macro redefinition.florian
2014-08-22Align header comment with other filesweidendo
2014-08-20Clean up confusion about VG_(args_the_exename) which was believed toflorian
2014-08-20Remove unused functions CLG_(get_out_file) and CLG_(get_out_directory).florian
2014-08-18Remove a few unused macro definitions.florian
2014-06-23Update the copyright notice in files ending in '.in' because theflorian
2014-06-20Remove unused function swapfunc().sewardj
2014-03-19VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at thedejanj