diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 7098ebbb3b3a..7bd17f0488f8 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -806,6 +806,9 @@ struct perf_output_handle { | |||
806 | unsigned long head; | 806 | unsigned long head; |
807 | unsigned long offset; | 807 | unsigned long offset; |
808 | unsigned long wakeup; | 808 | unsigned long wakeup; |
809 | unsigned long size; | ||
810 | void *addr; | ||
811 | int page; | ||
809 | int nmi; | 812 | int nmi; |
810 | int sample; | 813 | int sample; |
811 | }; | 814 | }; |