Home
last modified time | relevance | path

Searched refs:perf_event__synthesize_cpu_map (Results 1 – 4 of 4) sorted by relevance

/tools/perf/tests/
Dcpumap.c86 !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()
/tools/perf/util/
Dsynthetic-events.h36 int perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__h…
Dsynthetic-events.c1305 int perf_event__synthesize_cpu_map(struct perf_tool *tool, in perf_event__synthesize_cpu_map() function
2115 err = perf_event__synthesize_cpu_map(tool, evlist->core.cpus, process, NULL); in perf_event__synthesize_stat_events()
/tools/perf/
Dbuiltin-record.c1461 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.cpus, in record__synthesize()