Lines Matching refs:list_head
12 struct list_head;
26 extern bool have_tracepoints(struct list_head *evlist);
33 extern int parse_events_terms(struct list_head *terms, const char *str);
73 struct list_head list;
78 struct list_head list;
84 struct list_head *terms;
96 void parse_events__free_terms(struct list_head *terms);
97 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
98 int parse_events__modifier_group(struct list_head *list, char *event_mod);
99 int parse_events_name(struct list_head *list, char *name);
100 int parse_events_add_tracepoint(struct list_head *list, int *idx,
102 int parse_events_add_numeric(struct list_head *list, int *idx,
104 struct list_head *head_config);
105 int parse_events_add_cache(struct list_head *list, int *idx,
107 int parse_events_add_breakpoint(struct list_head *list, int *idx,
109 int parse_events_add_pmu(struct list_head *list, int *idx,
110 char *pmu , struct list_head *head_config);
113 void parse_events__set_leader(char *name, struct list_head *list);
114 void parse_events_update_lists(struct list_head *list_event,
115 struct list_head *list_all);