diff options
-rw-r--r-- | parse-events.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parse-events.c b/parse-events.c index df8c614..82d5d21 100644 --- a/parse-events.c +++ b/parse-events.c | |||
@@ -3238,7 +3238,6 @@ pretty_print_func_graph(struct trace_seq *s, | |||
3238 | else if (event->flags & EVENT_FL_ISFUNCRET) | 3238 | else if (event->flags & EVENT_FL_ISFUNCRET) |
3239 | pretty_print_func_ret(s, data, size, event, | 3239 | pretty_print_func_ret(s, data, size, event, |
3240 | cpu, pid, comm, secs, usecs); | 3240 | cpu, pid, comm, secs, usecs); |
3241 | trace_seq_putc(s, '\n'); | ||
3242 | } | 3241 | } |
3243 | 3242 | ||
3244 | void pevent_print_event(struct trace_seq *s, | 3243 | void pevent_print_event(struct trace_seq *s, |