summaryrefslogtreecommitdiff
path: root/callgrind
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Make some vgdb interface to callgrind_control internalweidendo3-6/+38
2011-09-06Allow overriding not-supported auto-detected cache configsweidendo2-143/+16
2011-08-19Make callgrind report the detected cache configuration as well.tom1-0/+10
2011-07-21Update ugly Callgrind hack for supporting instrumentation modesweidendo1-3/+3
2011-07-21callgrind_control: fix parsing of vgdb -lweidendo1-3/+6
2011-07-11Port callgrind_control to vgdbweidendo1-138/+39
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 optionsewardj2-7/+7
2011-06-27Suppress warning about associativity change for testsweidendo1-1/+2
2011-06-17Move the GDBserver documentation from the "Valgrind core" chaptersewardj1-1/+1
2011-06-09Use the precomputed sets_min_1 value consistently when maskingtom1-3/+3
2011-05-15Get rid of the remaining "set but not used" warnings reported by gcc 4.6 bybart1-33/+15
2011-05-11Fixed bug 272661weidendo1-2/+2
2011-05-11Fix bug 267383weidendo1-1/+1
2011-05-11Fix bugs catched by BEAMweidendo2-10/+18
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj2-1/+81
2011-04-20Change a bunch of < > style includes to " " style.sewardj6-7/+7
2011-03-28Remove a bunch more warnings generated by gcc-4.6 about deadsewardj1-6/+6
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj2-2/+4
2011-03-04Quick fix to always correctly update <passed> in setup_bbccweidendo1-0/+2
2011-03-04Fix for bug 265771.weidendo1-0/+1
2011-02-04Fix bug 246152weidendo3-4/+12
2011-02-04Better failed assertion then silent data corruptionweidendo1-0/+2
2011-01-14Fix bug 263099weidendo1-15/+11
2011-01-04Fix typoweidendo1-1/+1
2010-10-12Fix up printing of the can't-autodetect-params message and thesewardj1-1/+2
2010-10-07Update stderr filters so that regtests pass on machines with 3-level caches.sewardj1-1/+1
2010-10-06Change Cachegrind/Callgrind to talk about the LL (last-level) cache insteadnjn18-240/+242
2010-10-04Make sure that string buffers for cost arrays are large enough.weidendo3-2/+3
2010-10-03callgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN]' can be overrun insewardj1-1/+1
2010-07-07Fix for branch prediction: handle calls via function pointerweidendo1-1/+1
2010-07-06Make error messages at start-up more consistent. Every line of suchnjn1-46/+43
2010-07-02Callgrind: add branch prediction from Cachegrindweidendo16-54/+475
2010-07-01Merged the MACOSX106 branch to the trunk. Merge command:njn1-2/+2
2010-06-13Remove link_tool_exe.c and replace it with perl scripts that do thesewardj1-2/+2
2010-06-10Fix typo introduced with r11165, include "Ge" in regtestsweidendo6-5/+29
2010-06-09Callgrind new feature: count global bus lock events "Ge"weidendo5-4/+108
2010-06-09Callgrind: make globals for log_* helpers visible outside sim.cweidendo3-64/+52
2010-06-09Callgrind: event sets now consist of event groupsweidendo7-843/+665
2010-06-02Add a new program (link_tool_exe.c) and use this to link the toolsewardj1-0/+13
2010-05-03Update copyright dates to 2010.sewardj16-18/+18
2010-01-01Make Callgrind, DRD and Ptrcheck build on arm-linux.sewardj1-2/+3
2009-12-10Callgrind: fix bug 217849: Switch to running thread in CLG_(post_signal)weidendo1-2/+3
2009-11-26Track vex r1930 (Change the IR representation of load linked and storesewardj1-8/+18
2009-08-12Update .exp files for r10783.njn1-1/+1
2009-08-11Callgrind: Fix printing of "Summary:" line in finish()weidendo2-5/+9
2009-08-11Callgrind: On zeroing costs, also set call counters to zero.weidendo1-0/+1
2009-08-11Fix dumping of call cost in tail recursion optimizationweidendo1-2/+4
2009-08-11Fix bug 199338: callgrind_annotate sorting/thresholds are brokenweidendo1-2/+6
2009-08-11Misc fixes for callgrind_annotateweidendo1-11/+36