diff options
Diffstat (limited to 'trace-read.c')
-rw-r--r-- | trace-read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-read.c b/trace-read.c index 7822702..a57d02f 100644 --- a/trace-read.c +++ b/trace-read.c | |||
@@ -608,7 +608,7 @@ static void show_data(int cpu) | |||
608 | record = trace_read_data(cpu); | 608 | record = trace_read_data(cpu); |
609 | 609 | ||
610 | trace_seq_init(&s); | 610 | trace_seq_init(&s); |
611 | print_event(&s, cpu, record->data, record->size, record->ts); | 611 | pevent_print_event(&s, cpu, record->data, record->size, record->ts); |
612 | trace_seq_do_printf(&s); | 612 | trace_seq_do_printf(&s); |
613 | 613 | ||
614 | free(record); | 614 | free(record); |