Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsynthetic-events.h68 int perf_event__synthesize_cpu_map(const struct perf_tool *tool, const struct perf_cpu_map *cpus, p…
H A Dsynthetic-events.c1357 int perf_event__synthesize_cpu_map(const struct perf_tool *tool, in perf_event__synthesize_cpu_map() function
2371 err = perf_event__synthesize_cpu_map(tool, evlist->core.user_requested_cpus, process, NULL); in perf_event__synthesize_stat_events()
/linux/tools/perf/
H A Dbuiltin-record.c2160 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.all_cpus, in record__synthesize()