perf stat: Switch to cpu version of cpu_map__get()
[linux-2.6-microblaze.git] / tools / perf / util / stat.h
index 32c8527..32cf241 100644 (file)
@@ -108,8 +108,7 @@ struct runtime_stat {
        struct rblist value_list;
 };
 
-typedef struct aggr_cpu_id (*aggr_get_id_t)(struct perf_stat_config *config,
-                            struct perf_cpu_map *m, int cpu);
+typedef struct aggr_cpu_id (*aggr_get_id_t)(struct perf_stat_config *config, int cpu);
 
 struct perf_stat_config {
        enum aggr_mode           aggr_mode;