Searched refs:perf_event__synthesize_cpu_map (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | synthetic-events.h | 49 int perf_event__synthesize_cpu_map(struct perf_tool *tool, const struct perf_cpu_map *cpus, perf_ev…
|
H A D | synthetic-events.c | 1333 int perf_event__synthesize_cpu_map(struct perf_tool *tool, in perf_event__synthesize_cpu_map() function 2256 err = perf_event__synthesize_cpu_map(tool, evlist->core.user_requested_cpus, process, NULL); in perf_event__synthesize_stat_events()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 2050 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.all_cpus, in record__synthesize()
|