aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/trace-event-parse.c')
-rw-r--r--tools/perf/util/trace-event-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c
index 3b81250ffedb..17d6d66ed766 100644
--- a/tools/perf/util/trace-event-parse.c
+++ b/tools/perf/util/trace-event-parse.c
@@ -42,7 +42,7 @@ int header_page_overwrite_size;
42int header_page_data_offset; 42int header_page_data_offset;
43int header_page_data_size; 43int header_page_data_size;
44 44
45int latency_format; 45bool latency_format;
46 46
47static char *input_buf; 47static char *input_buf;
48static unsigned long long input_buf_ptr; 48static unsigned long long input_buf_ptr;