Searched refs:perf_event__synthesize_cpu_map (Results 1 – 4 of 4) sorted by relevance
/tools/perf/tests/ |
D | cpumap.c | 86 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_mask, NULL)); in test__cpu_map_synthesize() 94 !perf_event__synthesize_cpu_map(NULL, cpus, process_event_cpus, NULL)); in test__cpu_map_synthesize()
|
/tools/perf/util/ |
D | synthetic-events.h | 36 int perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__h…
|
D | synthetic-events.c | 1305 int perf_event__synthesize_cpu_map(struct perf_tool *tool, in perf_event__synthesize_cpu_map() function 2115 err = perf_event__synthesize_cpu_map(tool, evlist->core.cpus, process, NULL); in perf_event__synthesize_stat_events()
|
/tools/perf/ |
D | builtin-record.c | 1461 err = perf_event__synthesize_cpu_map(&rec->tool, rec->evlist->core.cpus, in record__synthesize()
|