Searched refs:cpu_map_data__alloc (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | event.h | 398 void *cpu_map_data__alloc(struct perf_cpu_map *map, size_t *size, u16 *type, int *max);
|
D | synthetic-events.c | 1140 void *cpu_map_data__alloc(struct perf_cpu_map *map, size_t *size, u16 *type, int *max) in cpu_map_data__alloc() function 1197 event = cpu_map_data__alloc(map, &size, &type, &max); in cpu_map_event__new() 1773 ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max); in perf_event__synthesize_event_update_cpus()
|