diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index e7213e46cf9c..489d5cbfbcca 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -233,6 +233,12 @@ struct perf_counter_mmap_page { | |||
233 | __u32 index; /* hardware counter identifier */ | 233 | __u32 index; /* hardware counter identifier */ |
234 | __s64 offset; /* add to hardware counter value */ | 234 | __s64 offset; /* add to hardware counter value */ |
235 | 235 | ||
236 | /* | ||
237 | * Hole for extension of the self monitor capabilities | ||
238 | */ | ||
239 | |||
240 | __u64 __reserved[125]; /* align to 1k */ | ||
241 | |||
236 | /* | 242 | /* |
237 | * Control data for the mmap() data buffer. | 243 | * Control data for the mmap() data buffer. |
238 | * | 244 | * |