aboutsummaryrefslogtreecommitdiffstats
path: root/parse-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse-events.c')
-rw-r--r--parse-events.c1
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
3244void pevent_print_event(struct trace_seq *s, 3243void pevent_print_event(struct trace_seq *s,