1. c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 10 years ago
  2. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  3. 6a8aa58 Callgrind: support printing stats via vgdb by weidendo · 11 years ago
  4. d7341d8 Fix bug 327238. by weidendo · 11 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. ba74a11 Fix two asserts that Coverity's checker diagnosed as having side effects. by florian · 11 years ago
  7. cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 11 years ago
  8. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  9. ad1162a Flush events in Callgrind before enering a RMW region. by petarj · 12 years ago
  10. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  11. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  12. 25f6c57 Fix a few Char/HChar mixups in callgrind. by florian · 12 years ago
  13. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  14. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  15. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  16. c4ebde3 If we are doing cache simulation, refuse to start at all if the minimum by sewardj · 12 years ago
  17. 28a23c0 Callgrind: use jmpkind from VEX for side exits. by weidendo · 13 years ago
  18. add9ec4 callgrind: remove command file polling by weidendo · 13 years ago
  19. 6ab7f2d When doing instrumentation, pay attention to the Ist.IMark.delta by sewardj · 13 years ago
  20. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  21. ce6489f Make some vgdb interface to callgrind_control internal by weidendo · 13 years ago
  22. 722be39 Update ugly Callgrind hack for supporting instrumentation modes by weidendo · 13 years ago
  23. 584c9ef callgrind: add vgdb commands needed for porting callgrind_control by weidendo · 13 years ago
  24. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  25. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  26. e7a5082 Change a bunch of < > style includes to " " style. by sewardj · 13 years ago
  27. 0ecd49e Make sure that string buffers for cost arrays are large enough. by weidendo · 14 years ago
  28. cb3ccf3 Fix for branch prediction: handle calls via function pointer by weidendo · 14 years ago
  29. 320705f Callgrind: add branch prediction from Cachegrind by weidendo · 14 years ago
  30. aeb8622 Callgrind new feature: count global bus lock events "Ge" by weidendo · 14 years ago
  31. 5bba525 Callgrind: event sets now consist of event groups by weidendo · 14 years ago
  32. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  33. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  34. e891487 Callgrind: Fix printing of "Summary:" line in finish() by weidendo · 15 years ago
  35. ceb06de Callgrind: On zeroing costs, also set call counters to zero. by weidendo · 15 years ago
  36. 2d9e874 by sewardj · 15 years ago
  37. 0f33adf Merge callgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  38. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  39. 0a1951d Callgrind: fix instrumentation for arbitrary events per guest instruction by weidendo · 15 years ago
  40. 9f20746 Updated copyright years. by njn · 15 years ago
  41. 09ee78e Callgrind: fix a few 'unused parameter' warnings by weidendo · 15 years ago
  42. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  43. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  44. 72d7513 Track vex r1793: make all tools able to handle the new IR memory bus by sewardj · 17 years ago
  45. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  46. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  47. ae0bb6f callgrind: fix --collect-systime=yes with "no instrumentation" mode by weidendo · 17 years ago
  48. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  49. 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 18 years ago
  50. 0b9d74a by sewardj · 18 years ago
  51. 134657c Callgrind: Throttle calls CLG_(run_thread) after r6413 by weidendo · 18 years ago
  52. 9756181 by sewardj · 18 years ago
  53. 149aed8 Use the newly-added dopyIRBBExceptStmts() in tools. by njn · 18 years ago
  54. e45a799 Update expected translation sizes, + whitespace changes (??) by sewardj · 18 years ago
  55. 4ce5e79 Callgrind: fix interactive control after fork() by weidendo · 18 years ago
  56. f3e0b49 Callgrind: Fix failed assertion at toggling instrumentation mode by weidendo · 18 years ago
  57. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  58. db70ed7 Bug reports should have the same destination as for other VG tools by weidendo · 18 years ago
  59. c8e7615 Fix a failed assertion on retranslation of rep or cmov instructions. by weidendo · 18 years ago
  60. 12c73f1 Callgrind: add 4 regression tests by weidendo · 18 years ago
  61. 8a95fd3 Fix another place where function addresses passed to Vex needed to be by sewardj · 18 years ago
  62. bb76070 Fix ppc64-linux breakage - get the function entry address, not the by sewardj · 18 years ago
  63. ca472c5 Simple regression test for callgrind: run a custom client request. by weidendo · 18 years ago
  64. a17f2a3 Callgrind merge: code by weidendo · 18 years ago