diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/perf_event.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 63b5aa5dce69..0dd5f8ad77ac 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -533,8 +533,10 @@ struct hw_perf_event { | |||
533 | struct hrtimer hrtimer; | 533 | struct hrtimer hrtimer; |
534 | }; | 534 | }; |
535 | #ifdef CONFIG_HAVE_HW_BREAKPOINT | 535 | #ifdef CONFIG_HAVE_HW_BREAKPOINT |
536 | /* breakpoint */ | 536 | struct { /* breakpoint */ |
537 | struct arch_hw_breakpoint info; | 537 | struct arch_hw_breakpoint info; |
538 | struct list_head bp_list; | ||
539 | }; | ||
538 | #endif | 540 | #endif |
539 | }; | 541 | }; |
540 | local64_t prev_count; | 542 | local64_t prev_count; |