summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c
Commit message (Expand)AuthorAgeFilesLines
* 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