diff options
Diffstat (limited to 'parse-events.h')
-rw-r--r-- | parse-events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parse-events.h b/parse-events.h index bfbba5c..e148e7f 100644 --- a/parse-events.h +++ b/parse-events.h | |||
@@ -366,6 +366,8 @@ struct format_field *pevent_find_field(struct event_format *event, const char *n | |||
366 | struct format_field *pevent_find_any_field(struct event_format *event, const char *name); | 366 | struct format_field *pevent_find_any_field(struct event_format *event, const char *name); |
367 | 367 | ||
368 | const char *pevent_find_function(struct pevent *pevent, unsigned long long addr); | 368 | const char *pevent_find_function(struct pevent *pevent, unsigned long long addr); |
369 | unsigned long long | ||
370 | pevent_find_function_address(struct pevent *pevent, unsigned long long addr); | ||
369 | unsigned long long pevent_read_number(struct pevent *pevent, const void *ptr, int size); | 371 | unsigned long long pevent_read_number(struct pevent *pevent, const void *ptr, int size); |
370 | int pevent_read_number_field(struct format_field *field, const void *data, | 372 | int pevent_read_number_field(struct format_field *field, const void *data, |
371 | unsigned long long *value); | 373 | unsigned long long *value); |