summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/mmap-thread-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-091-1/+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-2/+2
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-4/+3Star
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-031-1/+1
|/
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf test: Use machine__new_host in mmap thread lookup testJiri Olsa2015-12-071-4/+2Star
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf tools: Add reference counting for thread_map objectJiri Olsa2015-06-251-1/+1
* perf tools: Configurable per thread proc map processing time outKan Liang2015-06-191-2/+2
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-0/+2
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-1/+1
* perf tests: Add thread maps lookup automated testsJiri Olsa2014-04-281-0/+233