• Home
  • Raw
  • Download

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;
160 void parse_events_terms__delete(struct list_head *terms);
161 void parse_events_terms__purge(struct list_head *terms);
163 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
164 int parse_events__modifier_group(struct list_head *list, char *event_mod);
165 int parse_events_name(struct list_head *list, char *name);
166 int parse_events_add_tracepoint(struct list_head *list, int *idx,
169 struct list_head *head_config);
171 struct list_head *list,
174 struct list_head *head_config);
178 struct list_head *list,
180 struct list_head *head_config);
182 struct list_head *list,
184 struct list_head *head_config);
187 struct list_head *list,
189 int parse_events_add_cache(struct list_head *list, int *idx,
192 struct list_head *head_config,
194 int parse_events_add_breakpoint(struct list_head *list, int *idx,
197 struct list_head *list, char *name,
198 struct list_head *head_config,
207 struct list_head **listp);
209 int parse_events_copy_term_list(struct list_head *old,
210 struct list_head **new);
214 void parse_events__set_leader(char *name, struct list_head *list,
216 void parse_events_update_lists(struct list_head *list_event,
217 struct list_head *list_all);
268 struct evsel *parse_events__add_event_hybrid(struct list_head *list, int *idx,
271 struct list_head *config_terms);