Searched refs:perf_event__synthesize_cpu_map (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | cpumap.c | 84 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_mask, NULL)); in test__cpu_map_synthesize() 92 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_cpus, NULL)); in test__cpu_map_synthesize()
|
/Linux-v4.19/tools/perf/util/ |
D | event.h | 678 int perf_event__synthesize_cpu_map(struct perf_tool *tool,
|
D | event.c | 1123 int perf_event__synthesize_cpu_map(struct perf_tool *tool, in perf_event__synthesize_cpu_map() function
|
/Linux-v4.19/tools/perf/ |
D | builtin-record.c | 840 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->cpus, in record__synthesize()
|
D | builtin-stat.c | 493 err = perf_event__synthesize_cpu_map(NULL, evsel_list->cpus, in perf_stat_synthesize_config()
|