Searched refs:core_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dstat-display.c1481 struct cpu_aggr_map *core_map; local
1491 * core_map will hold the aggr_cpu_id for the cores that have been
1494 core_map = cpu_aggr_map__empty_new(config->aggr_map->nr);
1495 if (core_map == NULL) {
1506 if (aggr_cpu_id__equal(&core_map->map[i], &core_id)) {
1516 core_map->map[core_map_len++] = core_id;
1518 free(core_map);

Completed in 78 milliseconds