diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse.h')
-rw-r--r-- | tools/lib/traceevent/event-parse.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h index 706d9bc24066..9ffde377e89d 100644 --- a/tools/lib/traceevent/event-parse.h +++ b/tools/lib/traceevent/event-parse.h | |||
@@ -628,6 +628,16 @@ int pevent_register_print_string(struct pevent *pevent, const char *fmt, | |||
628 | unsigned long long addr); | 628 | unsigned long long addr); |
629 | int pevent_pid_is_registered(struct pevent *pevent, int pid); | 629 | int pevent_pid_is_registered(struct pevent *pevent, int pid); |
630 | 630 | ||
631 | void pevent_print_event_task(struct pevent *pevent, struct trace_seq *s, | ||
632 | struct event_format *event, | ||
633 | struct pevent_record *record); | ||
634 | void pevent_print_event_time(struct pevent *pevent, struct trace_seq *s, | ||
635 | struct event_format *event, | ||
636 | struct pevent_record *record, | ||
637 | bool use_trace_clock); | ||
638 | void pevent_print_event_data(struct pevent *pevent, struct trace_seq *s, | ||
639 | struct event_format *event, | ||
640 | struct pevent_record *record); | ||
631 | void pevent_print_event(struct pevent *pevent, struct trace_seq *s, | 641 | void pevent_print_event(struct pevent *pevent, struct trace_seq *s, |
632 | struct pevent_record *record, bool use_trace_clock); | 642 | struct pevent_record *record, bool use_trace_clock); |
633 | 643 | ||
@@ -694,6 +704,9 @@ struct event_format *pevent_find_event(struct pevent *pevent, int id); | |||
694 | struct event_format * | 704 | struct event_format * |
695 | pevent_find_event_by_name(struct pevent *pevent, const char *sys, const char *name); | 705 | pevent_find_event_by_name(struct pevent *pevent, const char *sys, const char *name); |
696 | 706 | ||
707 | struct event_format * | ||
708 | pevent_find_event_by_record(struct pevent *pevent, struct pevent_record *record); | ||
709 | |||
697 | void pevent_data_lat_fmt(struct pevent *pevent, | 710 | void pevent_data_lat_fmt(struct pevent *pevent, |
698 | struct trace_seq *s, struct pevent_record *record); | 711 | struct trace_seq *s, struct pevent_record *record); |
699 | int pevent_data_type(struct pevent *pevent, struct pevent_record *rec); | 712 | int pevent_data_type(struct pevent *pevent, struct pevent_record *rec); |