aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/mmap-thread-lookup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers1-1/+0
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-1/+3
2023-04-06perf map: Changes to reference countingIan Rogers1-0/+1
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-1/+1
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-1/+3
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during recordNamhyung Kim1-2/+2
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+2
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa1-1/+1
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa1-1/+1
2019-07-09perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warningNumfor Mbiziwo-Tiapo1-1/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton1-2/+2
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-4/+3
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-1/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2015-12-07perf test: Use machine__new_host in mmap thread lookup testJiri Olsa1-4/+2
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa1-1/+1
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang1-2/+2
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-0/+2
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-1/+1
2014-04-28perf tests: Add thread maps lookup automated testsJiri Olsa1-0/+233