Home
last modified time | relevance | path

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

/tools/perf/tests/
Dcpumap.c16 struct cpu_map_event *map_event = &event->cpu_map; in process_event_mask()
50 struct cpu_map_event *map_event = &event->cpu_map; in process_event_cpus()
/tools/perf/util/
Devent.h302 struct cpu_map_event { struct
504 struct cpu_map_event cpu_map;
Devent.c861 static struct cpu_map_event* cpu_map_event__new(struct cpu_map *map) in cpu_map_event__new()
863 size_t size = sizeof(struct cpu_map_event); in cpu_map_event__new()
864 struct cpu_map_event *event; in cpu_map_event__new()
885 struct cpu_map_event *event; in perf_event__synthesize_cpu_map()