summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-051-2/+2
* perf tests: objdump output can contain multi byte chunksJan Stancek2016-08-021-29/+71
* perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo2016-04-111-1/+1
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-4/+1
* perf test: Reduce the sample_freq for the 'object code reading' testArnaldo Carvalho de Melo2016-02-191-1/+1
* perf tests: Use perf_evlist__strerror_open() to provide hints about max_freqArnaldo Carvalho de Melo2016-02-191-1/+7
* perf test: Fix cpus and thread maps reference in error pathJiri Olsa2015-12-071-0/+7
* perf test: Use machine__new_host in mmap thread code reading testJiri Olsa2015-12-071-5/+2
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf test: Keep test result clean if '-v' not setWang Nan2015-11-031-4/+4
* perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-301-1/+1
* perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo2015-09-301-1/+1
* perf tests: Print objdump/dso buffers if they don't matchJan Stancek2015-09-141-0/+16
* perf tests: Stop reading if objdump output crossed sectionsJan Stancek2015-09-141-1/+6
* perf tests: Make objdump disassemble zero blocksJan Stancek2015-09-141-1/+1
* perf tests: Take into account address of each objdump lineJan Stancek2015-09-141-13/+38
* perf tools: Add reference counting for thread_map objectJiri Olsa2015-06-251-1/+1
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-1/+1
* perf tools: Configurable per thread proc map processing time outKan Liang2015-06-191-1/+1
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-8/+14
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-291-1/+1
* perf tests: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-6/+4
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-2/+1
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-1/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-2/+1
* perf tools: Fix double free in perf test 21 (code-reading.c)Adrian Hunter2014-04-151-0/+1
* perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo2014-01-131-1/+0
* perf evlist: Close fds on destructorArnaldo Carvalho de Melo2014-01-131-1/+0
* perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo2014-01-131-3/+2
* perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo2013-12-191-1/+1
* perf tests: Handle throttle events in 'object code reading' testAdrian Hunter2013-11-121-2/+13
* perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo2013-11-111-1/+1
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-041-1/+1
* perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-281-0/+1
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-2/+2
* perf tests: Fix compile failure on do_sort_somethingDavid Ahern2013-08-141-6/+5
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-121-1/+1
* perf tests: Add kcore to the object code reading testAdrian Hunter2013-08-071-18/+82
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-071-1/+1
* perf tests: Add test for reading object codeAdrian Hunter2013-08-071-0/+509