Home
last modified time | relevance | path

Searched refs:perf_event__synthesize_thread_map (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dmmap-thread-lookup.c142 err = perf_event__synthesize_thread_map(NULL, map, in synth_process()
Dcode-reading.c450 ret = perf_event__synthesize_thread_map(NULL, threads, in do_test_code_reading()
/linux-4.1.27/tools/perf/util/
Devent.h310 int perf_event__synthesize_thread_map(struct perf_tool *tool,
Devent.c452 int perf_event__synthesize_thread_map(struct perf_tool *tool, in perf_event__synthesize_thread_map() function
Dmachine.c1777 return perf_event__synthesize_thread_map(tool, threads, process, machine, data_mmap); in __machine__synthesize_threads()