aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-2/+2
2016-08-02perf tests: objdump output can contain multi byte chunksJan Stancek1-29/+71
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-4/+1
2016-02-19perf test: Reduce the sample_freq for the 'object code reading' testArnaldo Carvalho de Melo1-1/+1
2016-02-19perf tests: Use perf_evlist__strerror_open() to provide hints about max_freqArnaldo Carvalho de Melo1-1/+7
2015-12-07perf test: Fix cpus and thread maps reference in error pathJiri Olsa1-0/+7
2015-12-07perf test: Use machine__new_host in mmap thread code reading testJiri Olsa1-5/+2
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan1-4/+4
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo1-1/+1
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo1-1/+1
2015-09-14perf tests: Print objdump/dso buffers if they don't matchJan Stancek1-0/+16
2015-09-14perf tests: Stop reading if objdump output crossed sectionsJan Stancek1-1/+6
2015-09-14perf tests: Make objdump disassemble zero blocksJan Stancek1-1/+1
2015-09-14perf tests: Take into account address of each objdump lineJan Stancek1-13/+38
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa1-1/+1
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa1-1/+1
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang1-1/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-8/+14
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa1-1/+1
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