diff options
| author | Jens Axboe <axboe@kernel.dk> | 2012-07-30 03:03:10 -0400 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2012-07-30 03:03:10 -0400 |
| commit | 72ea1f74fcdf874cca6d2c0962379523bbd99e2c (patch) | |
| tree | 4c67be6c73356086ff44ef1b8b1c9479702689ca /tools/perf/util/trace-event-parse.c | |
| parent | b1af9be5ef77898c05667bb9dbf3b180d91d3292 (diff) | |
| parent | a73ff3231df59a4b92ccd0dd4e73897c5822489b (diff) | |
Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/drivers
Diffstat (limited to 'tools/perf/util/trace-event-parse.c')
| -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, |
