Searched refs:perf_event__synthesize_cpu_map (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ | 
| D | cpumap.c | 86 		!perf_event__synthesize_cpu_map(NULL, cpus, process_event_mask, NULL));  in test__cpu_map_synthesize()94 		!perf_event__synthesize_cpu_map(NULL, cpus, process_event_cpus, NULL));  in test__cpu_map_synthesize()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | synthetic-events.h | 35 int perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__h…
 | 
| D | synthetic-events.c | 1032 int perf_event__synthesize_cpu_map(struct perf_tool *tool,  in perf_event__synthesize_cpu_map()  function1798 	err = perf_event__synthesize_cpu_map(tool, evlist->core.cpus, process, NULL);  in perf_event__synthesize_stat_events()
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-record.c | 1316 	err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.cpus,  in record__synthesize()
 |