perf stat aggregation: Add separate thread member
[linux-2.6-microblaze.git] / tools / perf / util / cpumap.h
index 1bb8f7d..a27eeaf 100644 (file)
@@ -8,7 +8,7 @@
 #include <perf/cpumap.h>
 
 struct aggr_cpu_id {
-       int id;
+       int thread;
        int node;
        int socket;
        int die;