Home
last modified time | relevance | path

Searched refs:cpu_map_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dcpumap.c17 struct cpu_map_event *map_event = &event->cpu_map; in process_event_mask()
51 struct cpu_map_event *map_event = &event->cpu_map; in process_event_cpus()
/Linux-v4.19/tools/perf/util/
Devent.h439 struct cpu_map_event { struct
648 struct cpu_map_event cpu_map;
Devent.c1104 static struct cpu_map_event* cpu_map_event__new(struct cpu_map *map) in cpu_map_event__new()
1106 size_t size = sizeof(struct cpu_map_event); in cpu_map_event__new()
1107 struct cpu_map_event *event; in cpu_map_event__new()
1128 struct cpu_map_event *event; in perf_event__synthesize_cpu_map()