cpu_map_data__alloc 380 tools/perf/util/event.h void *cpu_map_data__alloc(struct perf_cpu_map *map, size_t *size, u16 *type, int *max); cpu_map_data__alloc 1020 tools/perf/util/synthetic-events.c event = cpu_map_data__alloc(map, &size, &type, &max); cpu_map_data__alloc 1574 tools/perf/util/synthetic-events.c ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max);