aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/parse-events.h')
-rw-r--r--tools/perf/util/parse-events.h4
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,
79int parse_events__term_clone(struct parse_events__term **new, 79int parse_events__term_clone(struct parse_events__term **new,
80 struct parse_events__term *term); 80 struct parse_events__term *term);
81void parse_events__free_terms(struct list_head *terms); 81void parse_events__free_terms(struct list_head *terms);
82int parse_events_modifier(struct list_head *list, char *str); 82int parse_events__modifier_event(struct list_head *list, char *str);
83int parse_events__modifier_group(struct list_head *list, char *event_mod);
83int parse_events_add_tracepoint(struct list_head **list, int *idx, 84int parse_events_add_tracepoint(struct list_head **list, int *idx,
84 char *sys, char *event); 85 char *sys, char *event);
85int parse_events_add_numeric(struct list_head **list, int *idx, 86int 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);
92int parse_events_add_pmu(struct list_head **list, int *idx, 93int 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);
95void parse_events__group(char *name, struct list_head *list);
94void parse_events_update_lists(struct list_head *list_event, 96void parse_events_update_lists(struct list_head *list_event,
95 struct list_head *list_all); 97 struct list_head *list_all);
96void parse_events_error(void *data, void *scanner, char const *msg); 98void parse_events_error(void *data, void *scanner, char const *msg);