Searched refs:perf_event__synthesize_thread_map (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ | 
| D | mmap-thread-lookup.c | 148 	err = perf_event__synthesize_thread_map(NULL, map,  in synth_process()
 | 
| D | code-reading.c | 615 	ret = perf_event__synthesize_thread_map(NULL, threads,  in do_test_code_reading()
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | synthetic-events.h | 54 int perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf…
 | 
| D | synthetic-events.c | 559 int perf_event__synthesize_thread_map(struct perf_tool *tool,  in perf_event__synthesize_thread_map()  function1476 		return perf_event__synthesize_thread_map(tool, threads, process, machine, data_mmap);  in __machine__synthesize_threads()
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-record.c | 1098 	err = perf_event__synthesize_thread_map(&rec->tool, thread_map,  in record__synthesize_workload()
 |