summaryrefslogtreecommitdiff
path: root/massif
AgeCommit message (Expand)AuthorFilesLines
2008-11-08Mark allocation operators as no-inline so as to make the test moresewardj1-6/+6
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-10/+17
2008-05-29Fix a bug in Massif and Cachegrind, whereby if program's forked, the childnjn2-8/+22
2008-05-13Stop massif segfaulting due to stack overflow, when printing snapshotssewardj1-3/+9
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj1-1/+1
2008-03-03Update for the new VG_(ssort) algorithm.njn1-5/+5
2008-03-03Merge in the DATASYMS branch.sewardj1-1/+3
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-2/+2
2008-01-31fix typonjn1-1/+1
2008-01-29Massif: --time-unit=ms was broken in the ms_print script. People obviouslynjn1-4/+4
2008-01-29comment-only changenjn1-3/+3
2008-01-29Add an alternative .post.exp output for Massif's long-names test.njn1-0/+51
2008-01-20When truncating long lines in the output file, make sure they end with anjn6-6/+154
2007-12-04Minor Massif docs clarifications.njn1-1/+30
2007-12-04tweak messagenjn1-3/+3
2007-12-04Two changes:njn1-26/+56
2007-12-03Comment-only change.njn1-0/+3
2007-11-28- Remove extraneous 'o' (will be stored in svn server for possiblesewardj1-2/+3
2007-11-27Clarify peak-taking details.njn1-9/+13
2007-11-27Massif doc fixes, mostly from Julian.njn1-23/+25
2007-11-27Minor updates.njn1-46/+1
2007-11-27This should have gone in with r7233.njn4-9/+9
2007-11-27Update test output for a recent graph-drawing change. Update some notes.njn1-1/+4
2007-11-26Minor tweak to drawing of peak and detailed snapshot bars on the graph.njn3-16/+20
2007-11-26Minor tweak to x-axis positioning of bars.njn16-203/+197
2007-11-26- Rewrote documentation.njn36-444/+879
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn1-121/+6
2007-11-22Add support for %q in --massif-out-file. Todo: use this mechanism for thenjn1-21/+58
2007-11-20Do Massif output file name properly. Default is massif.out.%p, where %pnjn59-65/+132
2007-11-17Spelling fixes and misc tidying for the manual. (Brian Gough)sewardj1-1/+2
2007-11-12Another attempt at fixing some Massif regtest failures.njn6-12/+12
2007-11-12Fix verbose output filtering for Massif.njn1-2/+2
2007-11-11- Make other integer CLO macros more correct, as I did for VG_NUM_CLO in thenjn11-34/+29
2007-11-11Add four 'strtoll' variants, which are like 'atoll' but let you detect ifnjn4-4/+4
2007-11-10Filter out some of Massif's verbose output that varies from machine tonjn8-46/+57
2007-11-10Changed Massif to record the 'slop' heap bytes caused by rounding asked-fornjn48-2056/+2070
2007-11-09Stop xsltproc barfing on un-escaped '&'.sewardj1-1/+1
2007-11-09Merge (from branches/THRCHECK) the following amd64-linux stack unwindsewardj1-1/+2
2007-11-09Fix tag.sewardj1-1/+1
2007-11-03Fix gcc-2.96 build failures.sewardj3-15/+15
2007-11-02Update todo notesnjn1-1/+19
2007-11-02Fix a Makefile issue that I think caused automated testing to fail onnjn1-1/+1
2007-11-02Change ms_print to ms_print.in, link it into the build/install system.njn2-3/+5
2007-11-02Filter out libc differences. All Massif tests now pass on the AMD64 machinenjn2-2/+2
2007-11-02Fix 64-bit Massif breakage, caused by problems with integer arithmetic onnjn1-1/+5
2007-11-01Merged the MASSIF2 branch to the trunk. Main changes:njn169-5110/+6902
2007-09-24fix various format string errorsdirk1-5/+5
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn1-1/+1
2007-09-14fix division by zero'sdirk1-6/+9
2007-08-28Move a 'break' around.sewardj1-1/+1