diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index d4ce733b9eba..8e395a538eb9 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -261,7 +261,7 @@ static void print_sample_start(struct perf_sample *sample, | |||
261 | struct perf_event_attr *attr) | 261 | struct perf_event_attr *attr) |
262 | { | 262 | { |
263 | int type; | 263 | int type; |
264 | struct event *event; | 264 | struct event_format *event; |
265 | const char *evname = NULL; | 265 | const char *evname = NULL; |
266 | unsigned long secs; | 266 | unsigned long secs; |
267 | unsigned long usecs; | 267 | unsigned long usecs; |