summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-02fglrx ioctl catchingHEADmasterJohn Doe7-32/+1000
2012-05-05quiet down some (unrelated to mmt) complaints from automakeMarcin Slusarz2-2/+2
2012-05-05mmt: fix crash during last munmapMarcin Slusarz1-1/+1
2012-04-01mmt: add support for tracing nouveau ioctlsMarcin Slusarz5-2/+123
2012-02-19mmt: replace likely/unlikely with valgrind core variantsMarcin Slusarz1-35/+33
2012-02-05mmt: fix formatting of help messagesMarcin Slusarz1-4/+4
2011-10-22mmt: let last_used_region never be NULLMarcin Slusarz1-5/+6
2011-10-22mmt: force inlining of find_mmapMarcin Slusarz1-2/+3
2011-09-17mmt: add runtime checksMarcin Slusarz3-2/+208
2011-09-17mmt: resolve as much as possible at instrumentation timeMarcin Slusarz3-158/+635
2011-09-17mmt: use only as much stack as needed in fastpathsMarcin Slusarz1-18/+20
2011-09-17mmt: add some compiler hintsMarcin Slusarz1-14/+18
2011-09-17mmt: cache last 10 negative regionsMarcin Slusarz1-9/+222
2011-09-17mmt: cache last used regionMarcin Slusarz1-6/+25
2011-09-17mmt: use binary search to find matching mmap regionMarcin Slusarz3-143/+242
2011-09-17mmt: add new tests to mmaptestMarcin Slusarz4-50/+146
2011-09-17mmt: crash when there's not enough space for new mmap regionMarcin Slusarz2-0/+4
2011-09-17mmt: bump maximum number of mmaped regionsMarcin Slusarz1-1/+1
2011-09-17mmt: restore ability to print file namesMarcin Slusarz1-20/+17
2011-09-17mmt: fix nvidia post_mmap hookMarcin Slusarz3-4/+6
2011-09-17mmt: move tracing functions to separate fileMarcin Slusarz7-520/+535
2011-09-17mmt: move instrumentation functions to separate fileMarcin Slusarz5-565/+632
2011-09-17mmt: move nvidia ioctl tracing to separate fileMarcin Slusarz5-608/+729
2011-09-07core: add support for drm core and nouveau ioctlsMarcin Slusarz2-0/+1645
2011-09-07mmt: Add support for sending mmiotrace marks.Marcin Kościelnicki1-0/+36
2011-09-07mmt: Fix dumpmem for 0-length blocks.Marcin Kościelnicki1-0/+1
2011-09-07mmt: Also trace ioctls on /dev/nvidia0Marcin Kościelnicki1-2/+2
2011-09-07mmt: Add more object classes.Marcin Kościelnicki1-8/+95
2011-09-07mmt: add mmt testerMarcin Slusarz6-0/+196
2011-09-07mmt: rework to not touch memory 2 times in load tracingMarcin Slusarz1-22/+301
2011-09-07mmt: importMarcin Slusarz5-0/+1362
2011-09-06Make some vgdb interface to callgrind_control internalweidendo3-6/+38
2011-09-06Allow overriding not-supported auto-detected cache configsweidendo6-283/+268
2011-09-06Change get_svn_revision to also work with older subversion releasesflorian1-1/+5
2011-09-06Print the (pseudo-)soname when doing debug printing for Mach-Osewardj1-0/+6
2011-09-05* whitespace changessewardj1-3/+71
2011-09-05For intercepts in libc and the dynamic linker (ld.so or dyld), splitsewardj4-260/+579
2011-09-05Avoid hanging on older s390x systems.florian1-1/+6
2011-09-05Add support for IBM Power ISA 2.06 -- stage 3 -- Test cases.sewardj10-4/+2872
2011-09-05Add support for new primops added in vex r2199.sewardj1-0/+2
2011-09-02Add support for s390x model z114. See also VEX r2198florian1-0/+1
2011-08-30drd: Yet another regression test reliability improvement.bart1-0/+6
2011-08-24drd: Avoid reporting false positive race reports inside pthread_join().bart1-0/+6
2011-08-23fix the suppressions to also match libc-2.XX.y.sodirk1-10/+10
2011-08-23Make a copy of any environment string we are going to modify whentom1-4/+4
2011-08-23Fix link error for 32-bit build on OSX 10.7 (Lion). This is thesewardj1-0/+98
2011-08-22Remove the svn:executable property from a source filebart1-0/+0
2011-08-20Make sure this gets built with -fomit-frame-pointer, even on x86-linux,sewardj1-10/+15
2011-08-20memcheck/tests/linux/timerfd-syscall: Avoid failure on heavily loaded systemsbart1-1/+1
2011-08-19Add more info about cache sizes.florian1-0/+57