diff options
Diffstat (limited to 'tools/perf/util/parse-events.h')
-rw-r--r-- | tools/perf/util/parse-events.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/util/parse-events.h b/tools/perf/util/parse-events.h index 00416d7fd012..c3bb04c6f025 100644 --- a/tools/perf/util/parse-events.h +++ b/tools/perf/util/parse-events.h | |||
@@ -79,7 +79,8 @@ int parse_events__term_str(struct parse_events__term **_term, | |||
79 | int parse_events__term_clone(struct parse_events__term **new, | 79 | int parse_events__term_clone(struct parse_events__term **new, |
80 | struct parse_events__term *term); | 80 | struct parse_events__term *term); |
81 | void parse_events__free_terms(struct list_head *terms); | 81 | void parse_events__free_terms(struct list_head *terms); |
82 | int parse_events_modifier(struct list_head *list, char *str); | 82 | int parse_events__modifier_event(struct list_head *list, char *str); |
83 | int parse_events__modifier_group(struct list_head *list, char *event_mod); | ||
83 | int parse_events_add_tracepoint(struct list_head **list, int *idx, | 84 | int parse_events_add_tracepoint(struct list_head **list, int *idx, |
84 | char *sys, char *event); | 85 | char *sys, char *event); |
85 | int parse_events_add_numeric(struct list_head **list, int *idx, | 86 | int parse_events_add_numeric(struct list_head **list, int *idx, |
@@ -91,6 +92,7 @@ int parse_events_add_breakpoint(struct list_head **list, int *idx, | |||
91 | void *ptr, char *type); | 92 | void *ptr, char *type); |
92 | int parse_events_add_pmu(struct list_head **list, int *idx, | 93 | int parse_events_add_pmu(struct list_head **list, int *idx, |
93 | char *pmu , struct list_head *head_config); | 94 | char *pmu , struct list_head *head_config); |
95 | void parse_events__group(char *name, struct list_head *list); | ||
94 | void parse_events_update_lists(struct list_head *list_event, | 96 | void parse_events_update_lists(struct list_head *list_event, |
95 | struct list_head *list_all); | 97 | struct list_head *list_all); |
96 | void parse_events_error(void *data, void *scanner, char const *msg); | 98 | void parse_events_error(void *data, void *scanner, char const *msg); |