diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse.h')
-rw-r--r-- | tools/lib/traceevent/event-parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h index 6abda54d76f2..84e554f84574 100644 --- a/tools/lib/traceevent/event-parse.h +++ b/tools/lib/traceevent/event-parse.h | |||
@@ -599,7 +599,7 @@ enum trace_flag_type { | |||
599 | }; | 599 | }; |
600 | 600 | ||
601 | int pevent_register_comm(struct pevent *pevent, const char *comm, int pid); | 601 | int pevent_register_comm(struct pevent *pevent, const char *comm, int pid); |
602 | void pevent_register_trace_clock(struct pevent *pevent, char *trace_clock); | 602 | int pevent_register_trace_clock(struct pevent *pevent, const char *trace_clock); |
603 | int pevent_register_function(struct pevent *pevent, char *name, | 603 | int pevent_register_function(struct pevent *pevent, char *name, |
604 | unsigned long long addr, char *mod); | 604 | unsigned long long addr, char *mod); |
605 | int pevent_register_print_string(struct pevent *pevent, const char *fmt, | 605 | int pevent_register_print_string(struct pevent *pevent, const char *fmt, |