diff options
Diffstat (limited to 'parse-events.h')
-rw-r--r-- | parse-events.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/parse-events.h b/parse-events.h index d90a698..d879084 100644 --- a/parse-events.h +++ b/parse-events.h | |||
@@ -448,6 +448,16 @@ int pevent_parse_header_page(struct pevent *pevent, char *buf, unsigned long siz | |||
448 | int pevent_parse_event(struct pevent *pevent, const char *buf, | 448 | int pevent_parse_event(struct pevent *pevent, const char *buf, |
449 | unsigned long size, const char *sys); | 449 | unsigned long size, const char *sys); |
450 | 450 | ||
451 | int pevent_get_field_val(struct trace_seq *s, struct event_format *event, | ||
452 | const char *name, struct record *record, | ||
453 | unsigned long long *val, int err); | ||
454 | int pevent_get_common_field_val(struct trace_seq *s, struct event_format *event, | ||
455 | const char *name, struct record *record, | ||
456 | unsigned long long *val, int err); | ||
457 | int pevent_get_any_field_val(struct trace_seq *s, struct event_format *event, | ||
458 | const char *name, struct record *record, | ||
459 | unsigned long long *val, int err); | ||
460 | |||
451 | int pevent_print_num_field(struct trace_seq *s, const char *fmt, | 461 | int pevent_print_num_field(struct trace_seq *s, const char *fmt, |
452 | struct event_format *event, const char *name, | 462 | struct event_format *event, const char *name, |
453 | struct record *record, int err); | 463 | struct record *record, int err); |