Home
last modified time | relevance | path

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

/linux-6.12.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-6.12.1/tools/perf/util/
Dsynthetic-events.h68 int perf_event__synthesize_cpu_map(const struct perf_tool *tool, const struct perf_cpu_map *cpus, p…
Dsynthetic-events.c1349 int perf_event__synthesize_cpu_map(const struct perf_tool *tool, in perf_event__synthesize_cpu_map() function
2349 err = perf_event__synthesize_cpu_map(tool, evlist->core.user_requested_cpus, process, NULL); in perf_event__synthesize_stat_events()
/linux-6.12.1/tools/perf/
Dbuiltin-record.c2099 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.all_cpus, in record__synthesize()