summaryrefslogtreecommitdiff
path: root/cachegrind
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj9-10/+10
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom1-2/+2
2007-11-23Fixed up the log file mess throughout, including the docs. This killednjn3-171/+75
2007-11-22Update documents in preparation for 3.3.0, and restructure themsewardj1-7/+12
2007-11-09Track vex r1793: make all tools able to handle the new IR memory bussewardj1-1/+1
2007-09-23Fix various format string errors, courtesy of Florian Krohm.njn1-1/+1
2007-09-17Add a section to the cachegrind manual suggesting how to act on the results.njn1-12/+15
2007-09-17Add section on how to use Cachegrind's results.njn1-3/+41
2007-09-17minor tweaknjn1-3/+3
2007-09-17Split the OSet interface into two parts: "OSetGen_", which is the existingnjn1-25/+28
2007-09-17Add directory-reading of debug info to cachegrind.njn2-2/+15
2007-07-09Get rid of VG_(getcwd) and replace it with a pair of functions,sewardj1-1/+1
2007-06-05Apparently 'index' shadows a global decl on some targets; therefore rename.sewardj1-16/+16
2007-05-23Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to datesewardj1-72/+58
2007-05-08Add branch-misprediction profiling to Cachegrind. When the (new) flagsewardj5-159/+797
2007-04-15Fix some copyright notices:njn2-4/+4
2007-04-02Explicitly zero CCs. It's already being done by VG_(OSet_AllocNode), butnjn1-0/+9
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj1-4/+5
2007-02-08Add cg_merge, a program for merging (adding) cachegrind output files,sewardj3-2/+1652
2007-02-08Add a new flag --cachegrind-log-file to cg_annotate, which tells itsewardj2-12/+51
2007-02-07* Add new flag --cachegrind-out-file to specify the output filesewardj2-18/+86
2007-01-22Add missing item.njn1-0/+4
2007-01-08Update copyright dates.sewardj5-6/+6
2006-12-24Non-functional commit: track IR renaming in vex r1689.sewardj1-56/+56
2006-12-10Fix 'make html-docs' and 'make print-docs'.sewardj1-1/+2
2006-11-25Use the newly-added dopyIRBBExceptStmts() in tools.njn1-6/+2
2006-11-23Cachegrind/Callgrind: Fix cache parameter detectionweidendo2-6/+43
2006-11-22Fix obscure bug in cache simulation, found by Ulrich Drepper.njn1-22/+9
2006-10-21Update for recent removal of Cachegrind tech docs.njn1-1/+1
2006-10-21Link to dissertation with a proper link.njn1-1/+2
2006-10-21Removed the file format description from cg_annotate.in, because it's in thenjn3-615/+90
2006-10-21- Update comments about Cachegrind file format.njn1-12/+9
2006-10-17Track SysRes change.sewardj1-2/+2
2006-10-17Merge r6086:sewardj2-8/+39
2006-10-15Move functions which deal with bad command line options from m_mainsewardj1-1/+1
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+1
2006-10-12Cachegrind: Update cache parameter detectionweidendo2-8/+16
2006-08-01Print the same text as micro_ops_warn on x86; doing otherwise defeats thesewardj1-2/+2
2006-06-05Update copyright dates.sewardj5-6/+6
2006-04-18- Fix indentation in one section of Cachegrindnjn1-24/+30
2006-01-22Index the BB_info table by redirected guest address, notsewardj1-2/+3
2006-01-22Test to check that cachegrind's BB_info management system isn'tsewardj5-2/+61
2006-01-17These files all speak about instrumentation functions.sewardj1-3/+5
2006-01-04amd64-linux adjustments as a followup to r5493.sewardj1-0/+3
2006-01-04Somewhat rehash the biarch-build machinery so as to (1) formalise thesewardj3-3/+13
2005-12-24Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fastnjn1-3/+3
2005-12-23ppc64-linux fixes.sewardj1-1/+4
2005-12-22Add the name of the input file to cg_annotate's output.njn1-0/+1
2005-12-21Fixed cg_annotate bug -- when using the --sort option the primary thresholdnjn1-10/+59
2005-12-19Remove all remaining profiling gunk.njn1-37/+0