summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/code-reading.c
Commit message (Expand)AuthorAgeFilesLines
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-261-1/+1
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-171-1/+1
* perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa2018-08-201-1/+3
* perf test code-reading: Fix perf_env setup for PTI entry trampolinesAdrian Hunter2018-06-061-0/+1
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-2/+1Star
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-2/+2
* perf mmap: Simplify perf_mmap__read_init()Kan Liang2018-03-081-2/+1Star
* perf mmap: Simplify perf_mmap__read_event()Kan Liang2018-03-081-1/+1
* perf mmap: Simplify perf_mmap__consume()Kan Liang2018-03-081-1/+1
* perf test: Switch to new perf_mmap__read_event() interface for 'code reading'...Kan Liang2018-03-051-2/+9
* perf test: Fix test case 23 for s390 z/VM or KVM guestsThomas Richter2018-02-161-4/+29
* perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan2017-12-051-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test powerpc: Fix 'Object code reading' testRavi Bangoria2017-09-011-0/+5
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tests: Decompress kernel module before objdumpNamhyung Kim2017-06-081-1/+19
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-1/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* 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-121-1/+1
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-231-4/+1Star
* 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/+2Star
* 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/+4Star
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-2/+1Star
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-1/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-2/+1Star
* perf tools: Fix double free in perf test 21 (code-reading.c)Adrian Hunter2014-04-151-0/+1