Lines Matching refs:list_head
14 struct list_head;
29 bool have_tracepoints(struct list_head *evlist);
36 int parse_events_terms(struct list_head *terms, const char *str);
100 struct list_head list;
119 struct list_head list;
124 struct list_head *terms;
140 void parse_events_terms__delete(struct list_head *terms);
141 void parse_events_terms__purge(struct list_head *terms);
143 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
144 int parse_events__modifier_group(struct list_head *list, char *event_mod);
145 int parse_events_name(struct list_head *list, char *name);
146 int parse_events_add_tracepoint(struct list_head *list, int *idx,
149 struct list_head *head_config);
151 struct list_head *list,
154 struct list_head *head_config);
158 struct list_head *list,
160 struct list_head *head_config);
162 struct list_head *list,
164 struct list_head *head_config);
167 struct list_head *list,
169 int parse_events_add_cache(struct list_head *list, int *idx,
172 struct list_head *head_config);
173 int parse_events_add_breakpoint(struct list_head *list, int *idx,
176 struct list_head *list, char *name,
177 struct list_head *head_config,
183 struct list_head **listp);
185 int parse_events_copy_term_list(struct list_head *old,
186 struct list_head **new);
190 void parse_events__set_leader(char *name, struct list_head *list,
192 void parse_events_update_lists(struct list_head *list_event,
193 struct list_head *list_all);