Home
last modified time | relevance | path

Searched refs:perf_record_cpu_map (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
Dcpumap.c19 struct perf_record_cpu_map *map_event = &event->cpu_map; in process_event_mask()
53 struct perf_record_cpu_map *map_event = &event->cpu_map; in process_event_cpus()
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
Devent.h162 struct perf_record_cpu_map { struct
409 struct perf_record_cpu_map cpu_map;
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dlibperf.txt186 struct perf_record_cpu_map;
/kernel/linux/linux-5.10/tools/perf/util/
Dsynthetic-events.c1191 static struct perf_record_cpu_map *cpu_map_event__new(struct perf_cpu_map *map) in cpu_map_event__new()
1193 size_t size = sizeof(struct perf_record_cpu_map); in cpu_map_event__new()
1194 struct perf_record_cpu_map *event; in cpu_map_event__new()
1215 struct perf_record_cpu_map *event; in perf_event__synthesize_cpu_map()