- aeb8622 Callgrind new feature: count global bus lock events "Ge" by weidendo · 14 years ago
- 75a5c2d Callgrind: make globals for log_* helpers visible outside sim.c by weidendo · 14 years ago
- 5bba525 Callgrind: event sets now consist of event groups by weidendo · 14 years ago
- 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- 4cb6bf7 Make Callgrind, DRD and Ptrcheck build on arm-linux. by sewardj · 15 years ago
- afdb011 Callgrind: fix bug 217849: Switch to running thread in CLG_(post_signal) by weidendo · 15 years ago
- db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
- cab64bc Update .exp files for r10783. by njn · 15 years ago
- e891487 Callgrind: Fix printing of "Summary:" line in finish() by weidendo · 15 years ago
- ceb06de Callgrind: On zeroing costs, also set call counters to zero. by weidendo · 15 years ago
- 5af96f5 Fix dumping of call cost in tail recursion optimization by weidendo · 15 years ago
- 2716bc1 Fix bug 199338: callgrind_annotate sorting/thresholds are broken by weidendo · 15 years ago
- ab64ad8 Misc fixes for callgrind_annotate by weidendo · 15 years ago
- a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
- 36ef257 Remove some cross-references that are broken in the man pages because they by njn · 15 years ago
- ab773b0 Make usage messages given by -h and man pages consistent for the scripts. by njn · 15 years ago
- 9ff99f4 callgrind_control: be strict on parsing options by weidendo · 15 years ago
- 4da52ca Remove commas, for consistency with other parts of the manual. by njn · 15 years ago
- 3e1f049 callgrind_control: sync manual/man page and script help output. by weidendo · 15 years ago
- 2d9e874 by sewardj · 15 years ago
- c206a81 Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack by njn · 15 years ago
- efd7ef7 - Documented callgrind_{annotate,control} in the Callgrind manual chapter by njn · 15 years ago
- 92f99bb Minor changes to Callgrind file format docs. by njn · 15 years ago
- 10fe033 Added some text for --simulate-wb/--cacheuse options of Callgrind. by weidendo · 15 years ago
- 6559fd6 Clean up Callgrind docs. Josef, I added brief entries for --collect-systime, by njn · 15 years ago
- 86a94e3 - Remove unused Callgrind documentation entities. by njn · 15 years ago
- 73cbc95 Remove man-callgrind.xml, because Callgrind no longer has a separate man by njn · 15 years ago
- 7375de3 More docs build tweaks: by njn · 15 years ago
- a15b666 Overhaul Massif's manual, and a few minor related things. by njn · 15 years ago
- e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
- 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
- 05a8917 Started overhauling the documentation: by njn · 15 years ago
- 0f33adf Merge callgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
- 6145324 Fix handling of multiple signal deliveries in a row by weidendo · 15 years ago
- 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
- 018916e Fix statistics with multiple changes of instrumentation state by weidendo · 15 years ago
- 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
- 0a1951d Callgrind: fix instrumentation for arbitrary events per guest instruction by weidendo · 15 years ago
- 0b23d6e Avoid variable name "new", use more concrete name instead by weidendo · 15 years ago
- bea46ea Remove callgrind/docs/index.xml, which is a relic from when Callgrind was by njn · 15 years ago
- 052f170 Remove references to the now-defunct INSTALL file. by njn · 15 years ago
- 141e76d Callgrind: fix (part of?) bug 191992. by weidendo · 15 years ago
- f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
- a33dd00 Merged r8977 (callgrind filter_stderr portability tweak) from the DARWIN branch. by njn · 15 years ago
- ae54ba4 Whitespace tweak. by njn · 15 years ago
- 85f79da Merge part of r9250 (add unused attribute to callgrind/fn.c:check_code() by njn · 15 years ago
- cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
- 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
- 9f20746 Updated copyright years. by njn · 16 years ago
- 08ce7b3 Remove dead code relating to interface versions. by njn · 16 years ago
- 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
- 09ee78e Callgrind: fix a few 'unused parameter' warnings by weidendo · 16 years ago
- b385af4 This should have gone in with r9222. by njn · 16 years ago
- 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
- b80d8e1 Callgrind: Remove ifdef'ed-out, non-working code. by weidendo · 16 years ago
- 144b76c Cachegrind/Callgrind: allow for cache sizes other than only powers of two by weidendo · 16 years ago
- 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
- c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
- 4f6f54b callgrind/tests/filter_stderr by njn · 16 years ago
- 234780c Callgrind: add code pattern for runtime_resolve on OpenSuse11.0/x86 by weidendo · 16 years ago
- bbaef87 Fixes for compilation warnings from the apparently very strict by sewardj · 16 years ago
- 4de55c3 Callgrind manual: add section on client requests and note about fork(). by weidendo · 16 years ago
- d74d9f7 Fix for bug 166581: use correct output file name after PID change by weidendo · 16 years ago
- 9c606bd by sewardj · 16 years ago
- a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
- 80b788c Fix typo found by Bart by weidendo · 16 years ago
- b8b79ad Merge in the DATASYMS branch. by sewardj · 17 years ago
- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- 4fd7b49 Update old (and wrong) parts of callgrind documentation. by weidendo · 17 years ago
- cbf4e19 callgrind: support for --callgrind-out-file by weidendo · 17 years ago
- 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
- 8cd42de Avoid hundreds of warnings from -Winline on gcc-4.3: by sewardj · 17 years ago
- 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
- 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
- 73903ee callgrind_control: Fix behavior with callgrind runs of another user by weidendo · 17 years ago
- 3db4322 callgrind: Use directory in debug info when available by weidendo · 17 years ago
- 52d4d1a callgrind: fix example description and clarification of callgrind format by weidendo · 17 years ago
- 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
- e572755 callgrind: fix build with srcdir != builddir by weidendo · 17 years ago
- 74b6bc4 callgrind_annotate: Fix a warning by weidendo · 17 years ago
- c84d8cd Callgrind manual: Fix typo by weidendo · 17 years ago
- 6a62401 Callgrind manual: rewriting start of section about avoding cycles by weidendo · 17 years ago
- 362f783 Callgrind format: Note about event names in the example by weidendo · 17 years ago
- 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
- d7dccdb Callgrind: improve documentation by weidendo · 17 years ago
- 9a0cba4 Fix some copyright notices: by njn · 18 years ago
- 1b2add1 by sewardj · 18 years ago
- 5bd7eca Callgrind: Fix potential buffer overruns with user provided strings by weidendo · 18 years ago
- 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
- 6faa99e Callgrind: Fix threads display of "callgrind_control -s" by weidendo · 18 years ago
- ae0bb6f callgrind: fix --collect-systime=yes with "no instrumentation" mode by weidendo · 18 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 18 years ago
- 0b9d74a by sewardj · 18 years ago
- 134657c Callgrind: Throttle calls CLG_(run_thread) after r6413 by weidendo · 18 years ago
- 9756181 by sewardj · 18 years ago
- 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
- 28e2a14 Fix same cache simulation bug in callgrind as fixed in r6365 for cachegrind. by weidendo · 18 years ago
- b34485c This got a bit messed up during recent merging; tidy up. by sewardj · 18 years ago