diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/trace-event-parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c index df2fddbf0cd2..5dd3b5ec8411 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c | |||
@@ -198,9 +198,8 @@ void print_trace_event(int cpu, void *data, int size) | |||
198 | record.data = data; | 198 | record.data = data; |
199 | 199 | ||
200 | trace_seq_init(&s); | 200 | trace_seq_init(&s); |
201 | pevent_print_event(pevent, &s, &record); | 201 | pevent_event_info(&s, event, &record); |
202 | trace_seq_do_printf(&s); | 202 | trace_seq_do_printf(&s); |
203 | printf("\n"); | ||
204 | } | 203 | } |
205 | 204 | ||
206 | void print_event(int cpu, void *data, int size, unsigned long long nsecs, | 205 | void print_event(int cpu, void *data, int size, unsigned long long nsecs, |