diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 43adbd7f0010..a61e4de3448b 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -220,6 +220,8 @@ struct perf_event_attr { | |||
220 | __u64 bp_addr; | 220 | __u64 bp_addr; |
221 | __u32 bp_type; | 221 | __u32 bp_type; |
222 | __u32 bp_len; | 222 | __u32 bp_len; |
223 | __u64 __bp_reserved_1; | ||
224 | __u64 __bp_reserved_2; | ||
223 | }; | 225 | }; |
224 | }; | 226 | }; |
225 | 227 | ||