aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-29perf tests: Use thread->mg->machineArnaldo Carvalho de Melo1-6/+4
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-2/+1
2014-05-12perf tools: Use tid for finding threadNamhyung Kim1-1/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-2/+1
2014-04-15perf tools: Fix double free in perf test 21 (code-reading.c)Adrian Hunter1-0/+1
2014-01-13perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo1-1/+0
2014-01-13perf evlist: Close fds on destructorArnaldo Carvalho de Melo1-1/+0
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo1-3/+2
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo1-1/+1
2013-11-12perf tests: Handle throttle events in 'object code reading' testAdrian Hunter1-2/+13
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo1-1/+1
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker1-1/+1
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou1-0/+1
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-2/+2
2013-08-14perf tests: Fix compile failure on do_sort_somethingDavid Ahern1-6/+5
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter1-1/+1
2013-08-07perf tests: Add kcore to the object code reading testAdrian Hunter1-18/+82
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter1-1/+1
2013-08-07perf tests: Add test for reading object codeAdrian Hunter1-0/+509