summaryrefslogtreecommitdiff
path: root/callgrind/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Make some vgdb interface to callgrind_control internalweidendo1-2/+20
2011-07-21Update ugly Callgrind hack for supporting instrumentation modesweidendo1-3/+3
2011-07-11callgrind: add vgdb commands needed for porting callgrind_controlweidendo1-1/+104
2011-06-28valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb optionsewardj1-5/+5
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj1-1/+55
2011-04-20Change a bunch of < > style includes to " " style.sewardj1-1/+1
2010-10-04Make sure that string buffers for cost arrays are large enough.weidendo1-1/+1
2010-07-07Fix for branch prediction: handle calls via function pointerweidendo1-1/+1
2010-07-02Callgrind: add branch prediction from Cachegrindweidendo1-14/+321
2010-06-09Callgrind new feature: count global bus lock events "Ge"weidendo1-0/+65
2010-06-09Callgrind: event sets now consist of event groupsweidendo1-26/+11
2010-05-03Update copyright dates to 2010.sewardj1-3/+3
2009-11-26Track vex r1930 (Change the IR representation of load linked and storesewardj1-8/+18
2009-08-11Callgrind: Fix printing of "Summary:" line in finish()weidendo1-2/+7
2009-08-11Callgrind: On zeroing costs, also set call counters to zero.weidendo1-0/+1
2009-08-07Tidy up of messaging:sewardj1-1/+1
2009-07-15Merge callgrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj1-35/+35
2009-07-01Merge in branches/DCAS.sewardj1-2/+28
2009-06-15Callgrind: fix instrumentation for arbitrary events per guest instructionweidendo1-428/+662
2009-03-10Updated copyright years.njn1-3/+3
2009-02-24Callgrind: fix a few 'unused parameter' warningsweidendo1-4/+4
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart1-3/+3
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-3/+3
2007-11-09Track vex r1793: make all tools able to handle the new IR memory bussewardj1-1/+1
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn1-1/+1
2007-04-15Fix some copyright notices:njn1-2/+2
2007-02-16callgrind: fix --collect-systime=yes with "no instrumentation" modeweidendo1-1/+2
2007-01-08Update copyright dates.sewardj1-3/+3
2006-12-24Split the thread_runstate event into two, start_client_code andnjn1-10/+5
2006-12-24Non-functional commit: track IR renaming in vex r1689.sewardj1-20/+20
2006-12-23Callgrind: Throttle calls CLG_(run_thread) after r6413weidendo1-4/+10
2006-12-23Change the core-tool interface 'thread_run' event to be more useful:sewardj1-1/+14
2006-11-25Use the newly-added dopyIRBBExceptStmts() in tools.njn1-4/+1
2006-10-17Update expected translation sizes, + whitespace changes (??)sewardj1-4/+4
2006-09-20Callgrind: fix interactive control after fork()weidendo1-4/+2
2006-09-10Callgrind: Fix failed assertion at toggling instrumentation modeweidendo1-4/+5
2006-06-05Update copyright dates.sewardj1-2/+2
2006-05-27Bug reports should have the same destination as for other VG toolsweidendo1-1/+1
2006-05-27Fix a failed assertion on retranslation of rep or cmov instructions.weidendo1-6/+21
2006-04-02Callgrind: add 4 regression testsweidendo1-1/+0
2006-04-02Fix another place where function addresses passed to Vex needed to besewardj1-1/+2
2006-04-02Fix ppc64-linux breakage - get the function entry address, not thesewardj1-1/+3
2006-03-31Simple regression test for callgrind:weidendo1-6/+9
2006-03-20Callgrind merge: codeweidendo1-0/+1086