diff options
Diffstat (limited to 'tools/perf/builtin-record.c')
-rw-r--r-- | tools/perf/builtin-record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index caf927978d9..5d3e4b32072 100644 --- a/tools/perf/builtin-record.c +++ b/tools/perf/builtin-record.c | |||
@@ -101,7 +101,7 @@ static void write_output(void *buf, size_t size) | |||
101 | } | 101 | } |
102 | 102 | ||
103 | static int process_synthesized_event(event_t *event, | 103 | static int process_synthesized_event(event_t *event, |
104 | struct sample_data *sample __used, | 104 | struct perf_sample *sample __used, |
105 | struct perf_session *self __used) | 105 | struct perf_session *self __used) |
106 | { | 106 | { |
107 | write_output(event, event->header.size); | 107 | write_output(event, event->header.size); |