summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/drmemory_analyze.py
Commit message (Expand)AuthorAgeFilesLines
* Print the TSan/Dr.Memory reports count to stdout instead of stderr; otherwisetimurrrr@chromium.org2011-12-211-8/+6
* Print out the hashes (but not full reports) for reports repeating in many teststimurrrr@chromium.org2011-12-061-3/+11
* A few fixes to drmemory_analyze.pytimurrrr@chromium.org2011-12-021-1/+5
* Change drmemory_analyze to print reports and suppressions to stdouttimurrrr@chromium.org2011-12-011-1/+3
* Print out the generated suppressions for Dr.Memory reportstimurrrr@chromium.org2011-12-011-11/+76
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-8/+13
* Set up python BROWSER_WRAPPER for ui_tests under Dr. Memorytimurrrr@chromium.org2011-11-241-55/+47
* Simplify drmemory_analyze and remove some unneeded stufftimurrrr@chromium.org2011-11-221-17/+2
* Print out at-exit ASSERT FAILURES tootimurrrr@chromium.org2011-11-221-0/+7
* Add name= fields to sanity suppressions, suppress a couple of new[]/delete mi...timurrrr@chromium.org2011-11-031-1/+2
* Use the Valgrind and TSan format of printing the list of used suppressionstimurrrr@chromium.org2011-10-131-5/+5
* Print out the list of used Dr. Memory suppressions at the end of the run.timurrrr@chromium.org2011-10-061-5/+26
* update to use latest drmem output filteringbruening@google.com2011-10-041-32/+4
* Update the drmemory_analyze script to support the new callstack format from r500timurrrr@chromium.org2011-09-081-54/+23
* Suppress uninitialized read reports below GetStandardColorSpaceProfiletimurrrr@chromium.org2011-08-081-4/+5
* Don't skip the <not in a module> frames while printing the Dr. Memory reportstimurrrr@chromium.org2011-07-291-5/+11
* Update Dr. Memory invocation scriptstimurrrr@chromium.org2011-07-181-1/+2
* Don't print the PC but print mod+off in the Dr. Memory reportstimurrrr@chromium.org2011-06-031-4/+4
* Update Dr. Memory suppressions and analyzertimurrrr@chromium.org2010-09-271-0/+10
* Update Dr. Memory suppressions, runner (new options for 1.3.0) and analyzer (...timurrrr@chromium.org2010-09-011-1/+1
* Better output format in drmemory_analyze.pytimurrrr@chromium.org2010-07-261-17/+19
* Fix a typo in Dr.Memory analyze script; add ASSERT lines to the list of the r...timurrrr@chromium.org2010-06-171-5/+7
* Update Dr.Memory analyzer to match the new output format of Dr.M v1.1.0 and a...timurrrr@chromium.org2010-06-171-1/+1
* Add runner and analyzer for Dr.Memorytimurrrr@chromium.org2010-06-011-0/+145