diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 2814ead4adb8..30e50e2c7f30 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -900,6 +900,7 @@ struct perf_cpu_context { | |||
900 | int exclusive; | 900 | int exclusive; |
901 | struct list_head rotation_list; | 901 | struct list_head rotation_list; |
902 | int jiffies_interval; | 902 | int jiffies_interval; |
903 | struct pmu *active_pmu; | ||
903 | }; | 904 | }; |
904 | 905 | ||
905 | struct perf_output_handle { | 906 | struct perf_output_handle { |