diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 0946a8bc098d..771b0b2845e4 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -925,7 +925,6 @@ struct perf_output_handle { | |||
925 | unsigned long size; | 925 | unsigned long size; |
926 | void *addr; | 926 | void *addr; |
927 | int page; | 927 | int page; |
928 | int sample; | ||
929 | }; | 928 | }; |
930 | 929 | ||
931 | #ifdef CONFIG_PERF_EVENTS | 930 | #ifdef CONFIG_PERF_EVENTS |
@@ -1117,8 +1116,7 @@ extern void perf_bp_event(struct perf_event *event, void *data); | |||
1117 | #endif | 1116 | #endif |
1118 | 1117 | ||
1119 | extern int perf_output_begin(struct perf_output_handle *handle, | 1118 | extern int perf_output_begin(struct perf_output_handle *handle, |
1120 | struct perf_event *event, unsigned int size, | 1119 | struct perf_event *event, unsigned int size); |
1121 | int sample); | ||
1122 | extern void perf_output_end(struct perf_output_handle *handle); | 1120 | extern void perf_output_end(struct perf_output_handle *handle); |
1123 | extern void perf_output_copy(struct perf_output_handle *handle, | 1121 | extern void perf_output_copy(struct perf_output_handle *handle, |
1124 | const void *buf, unsigned int len); | 1122 | const void *buf, unsigned int len); |