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 716f99b682c1..1d42c6ecd00a 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -788,6 +788,7 @@ struct perf_event_context { | |||
788 | int nr_active; | 788 | int nr_active; |
789 | int is_active; | 789 | int is_active; |
790 | int nr_stat; | 790 | int nr_stat; |
791 | int rotate_disable; | ||
791 | atomic_t refcount; | 792 | atomic_t refcount; |
792 | struct task_struct *task; | 793 | struct task_struct *task; |
793 | 794 | ||