Searched refs:cpu_map_data__alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | event.h | 822 void *cpu_map_data__alloc(struct cpu_map *map, size_t *size, u16 *type, int *max);
|
D | event.c | 1054 void *cpu_map_data__alloc(struct cpu_map *map, size_t *size, u16 *type, int *max) in cpu_map_data__alloc() function 1111 event = cpu_map_data__alloc(map, &size, &type, &max); in cpu_map_event__new()
|
D | header.c | 3582 ev = cpu_map_data__alloc(evsel->own_cpus, &size, &type, &max); in perf_event__synthesize_event_update_cpus()
|