Searched refs:perf_event__synthesize_cpu_map (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/tests/ |
D | cpumap.c | 111 !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/ |
D | synthetic-events.h | 68 int perf_event__synthesize_cpu_map(const struct perf_tool *tool, const struct perf_cpu_map *cpus, p…
|
D | synthetic-events.c | 1349 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/ |
D | builtin-record.c | 2099 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.all_cpus, in record__synthesize()
|