perf stat aggregation: Start using cpu_aggr_id in map
[linux-2.6-microblaze.git] / tools / perf / util / cpumap.h
index b112069..d8fc265 100644 (file)
@@ -14,7 +14,7 @@ struct aggr_cpu_id {
 struct cpu_aggr_map {
        refcount_t refcnt;
        int nr;
-       int map[];
+       struct aggr_cpu_id map[];
 };
 
 struct perf_record_cpu_map_data;