Merge branch 'linus' into perf/core
Pick up the latest ring-buffer fixes, before applying a new fix. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -188,9 +188,8 @@ void print_trace_event(struct pevent *pevent, int cpu, void *data, int size)
|
||||
record.data = data;
|
||||
|
||||
trace_seq_init(&s);
|
||||
pevent_print_event(pevent, &s, &record);
|
||||
pevent_event_info(&s, event, &record);
|
||||
trace_seq_do_printf(&s);
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
void print_event(struct pevent *pevent, int cpu, void *data, int size,
|
||||
|
Reference in New Issue
Block a user