Home
last modified time | relevance | path

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

/tools/perf/tests/
Dmmap-thread-lookup.c142 err = perf_event__synthesize_thread_map(NULL, map, in synth_process()
Dcode-reading.c536 ret = perf_event__synthesize_thread_map(NULL, threads, in do_test_code_reading()
/tools/perf/util/
Devent.h524 int perf_event__synthesize_thread_map(struct perf_tool *tool,
Devent.c511 int perf_event__synthesize_thread_map(struct perf_tool *tool, in perf_event__synthesize_thread_map() function
Dmachine.c2032 …return perf_event__synthesize_thread_map(tool, threads, process, machine, data_mmap, proc_map_time… in __machine__synthesize_threads()
/tools/perf/
Dbuiltin-record.c630 return perf_event__synthesize_thread_map(&rec->tool, &thread_map.map, in record__synthesize_workload()