Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
Dcpumap.c111 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_mask, NULL)); in test__cpu_map_synthesize()
119 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_cpus, NULL)); in test__cpu_map_synthesize()
127 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_range_cpus, NULL)); in test__cpu_map_synthesize()
/Linux-v6.1/tools/perf/util/
Dsynthetic-events.h49 int perf_event__synthesize_cpu_map(struct perf_tool *tool, const struct perf_cpu_map *cpus, perf_ev…
Dsynthetic-events.c1331 int perf_event__synthesize_cpu_map(struct perf_tool *tool, in perf_event__synthesize_cpu_map() function
2250 err = perf_event__synthesize_cpu_map(tool, evlist->core.user_requested_cpus, process, NULL); in perf_event__synthesize_stat_events()
/Linux-v6.1/tools/perf/
Dbuiltin-record.c2042 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.all_cpus, in record__synthesize()