aboutsummaryrefslogtreecommitdiffstats
path: root/parse-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse-events.c')
-rw-r--r--parse-events.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse-events.c b/parse-events.c
index c0b2c46..aac5561 100644
--- a/parse-events.c
+++ b/parse-events.c
@@ -3192,8 +3192,8 @@ pretty_print_func_graph(struct trace_seq *s,
3192 trace_seq_putc(s, '\n'); 3192 trace_seq_putc(s, '\n');
3193} 3193}
3194 3194
3195void print_event(struct trace_seq *s, 3195void pevent_print_event(struct trace_seq *s,
3196 int cpu, void *data, int size, unsigned long long nsecs) 3196 int cpu, void *data, int size, unsigned long long nsecs)
3197{ 3197{
3198 struct event *event; 3198 struct event *event;
3199 unsigned long secs; 3199 unsigned long secs;