Lines Matching refs:list
8 #include <linux/list.h>
87 /** @list: The term list the term is a part of. */
88 struct list_head list;
144 /* The list parsed events are placed on. */
145 struct list_head list;
187 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
188 int parse_events__modifier_group(struct list_head *list, char *event_mod);
189 int parse_events_name(struct list_head *list, const char *name);
190 int parse_events_add_tracepoint(struct list_head *list, int *idx,
195 struct list_head *list,
200 struct list_head *list,
202 int parse_events_add_cache(struct list_head *list, int *idx, const char *name,
207 struct list_head *list,
211 struct list_head *list, const char *name,
227 void parse_events__set_leader(char *name, struct list_head *list);