diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/perf_event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 9a1d276db754..cdbc2aa64a0b 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -683,7 +683,8 @@ struct perf_event_context { | |||
683 | */ | 683 | */ |
684 | struct mutex mutex; | 684 | struct mutex mutex; |
685 | 685 | ||
686 | struct list_head group_list; | 686 | struct list_head pinned_groups; |
687 | struct list_head flexible_groups; | ||
687 | struct list_head event_list; | 688 | struct list_head event_list; |
688 | int nr_events; | 689 | int nr_events; |
689 | int nr_active; | 690 | int nr_active; |