perf_event__synthesize_cpu_map 1316 tools/perf/builtin-record.c 	err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.cpus,
perf_event__synthesize_cpu_map   86 tools/perf/tests/cpumap.c 		!perf_event__synthesize_cpu_map(NULL, cpus, process_event_mask, NULL));
perf_event__synthesize_cpu_map   94 tools/perf/tests/cpumap.c 		!perf_event__synthesize_cpu_map(NULL, cpus, process_event_cpus, NULL));
perf_event__synthesize_cpu_map 1798 tools/perf/util/synthetic-events.c 	err = perf_event__synthesize_cpu_map(tool, evlist->core.cpus, process, NULL);
perf_event__synthesize_cpu_map   35 tools/perf/util/synthetic-events.h int perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *machine);