Lines Matching refs:list_head
14 struct list_head;
30 bool have_tracepoints(struct list_head *evlist);
45 int parse_events_terms(struct list_head *terms, const char *str);
110 struct list_head list;
133 struct list_head list;
138 struct list_head *terms;
159 void parse_events_terms__delete(struct list_head *terms);
160 void parse_events_terms__purge(struct list_head *terms);
162 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
163 int parse_events__modifier_group(struct list_head *list, char *event_mod);
164 int parse_events_name(struct list_head *list, char *name);
165 int parse_events_add_tracepoint(struct list_head *list, int *idx,
168 struct list_head *head_config);
170 struct list_head *list,
173 struct list_head *head_config);
177 struct list_head *list,
179 struct list_head *head_config);
181 struct list_head *list,
183 struct list_head *head_config);
186 struct list_head *list,
188 int parse_events_add_cache(struct list_head *list, int *idx,
191 struct list_head *head_config);
192 int parse_events_add_breakpoint(struct list_head *list, int *idx,
195 struct list_head *list, char *name,
196 struct list_head *head_config,
205 struct list_head **listp);
207 int parse_events_copy_term_list(struct list_head *old,
208 struct list_head **new);
212 void parse_events__set_leader(char *name, struct list_head *list,
214 void parse_events_update_lists(struct list_head *list_event,
215 struct list_head *list_all);