diff options
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index d59bf8a86743..914ab366e369 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -196,6 +196,7 @@ static int __cmd_trace(void) | |||
196 | exit(0); | 196 | exit(0); |
197 | } | 197 | } |
198 | header = perf_header__read(input); | 198 | header = perf_header__read(input); |
199 | head = header->data_offset; | ||
199 | sample_type = perf_header__sample_type(header); | 200 | sample_type = perf_header__sample_type(header); |
200 | 201 | ||
201 | if (!(sample_type & PERF_SAMPLE_RAW)) | 202 | if (!(sample_type & PERF_SAMPLE_RAW)) |