diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 599afc4bb67e..b4166cdfa7a2 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -1110,7 +1110,7 @@ struct perf_cpu_context { | |||
1110 | int exclusive; | 1110 | int exclusive; |
1111 | struct list_head rotation_list; | 1111 | struct list_head rotation_list; |
1112 | int jiffies_interval; | 1112 | int jiffies_interval; |
1113 | struct pmu *active_pmu; | 1113 | struct pmu *unique_pmu; |
1114 | struct perf_cgroup *cgrp; | 1114 | struct perf_cgroup *cgrp; |
1115 | }; | 1115 | }; |
1116 | 1116 | ||