diff options
Diffstat (limited to 'include/linux/perf_counter.h')
| -rw-r--r-- | include/linux/perf_counter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 740caad09a4..f6486273267 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
| @@ -543,7 +543,7 @@ struct perf_pending_entry { | |||
| 543 | */ | 543 | */ |
| 544 | struct perf_counter { | 544 | struct perf_counter { |
| 545 | #ifdef CONFIG_PERF_COUNTERS | 545 | #ifdef CONFIG_PERF_COUNTERS |
| 546 | struct list_head list_entry; | 546 | struct list_head group_entry; |
| 547 | struct list_head event_entry; | 547 | struct list_head event_entry; |
| 548 | struct list_head sibling_list; | 548 | struct list_head sibling_list; |
| 549 | int nr_siblings; | 549 | int nr_siblings; |
| @@ -649,7 +649,7 @@ struct perf_counter_context { | |||
| 649 | */ | 649 | */ |
| 650 | struct mutex mutex; | 650 | struct mutex mutex; |
| 651 | 651 | ||
| 652 | struct list_head counter_list; | 652 | struct list_head group_list; |
| 653 | struct list_head event_list; | 653 | struct list_head event_list; |
| 654 | int nr_counters; | 654 | int nr_counters; |
| 655 | int nr_active; | 655 | int nr_active; |
