aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index ce7667616fc..fe50347dc64 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -804,6 +804,7 @@ struct perf_output_handle {
804 struct perf_mmap_data *data; 804 struct perf_mmap_data *data;
805 unsigned long head; 805 unsigned long head;
806 unsigned long offset; 806 unsigned long offset;
807 unsigned long wakeup;
807 int nmi; 808 int nmi;
808 int sample; 809 int sample;
809}; 810};