Lines Matching refs:list_head
12 struct list_head;
27 extern bool have_tracepoints(struct list_head *evlist);
35 extern int parse_events_terms(struct list_head *terms, const char *str);
82 struct list_head list;
97 struct list_head list;
104 struct list_head *terms;
118 void parse_events__free_terms(struct list_head *terms);
119 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
120 int parse_events__modifier_group(struct list_head *list, char *event_mod);
121 int parse_events_name(struct list_head *list, char *name);
122 int parse_events_add_tracepoint(struct list_head *list, int *idx,
125 struct list_head *head_config);
127 struct list_head *list,
133 struct list_head *list,
136 struct list_head *list,
138 struct list_head *head_config);
139 int parse_events_add_cache(struct list_head *list, int *idx,
141 int parse_events_add_breakpoint(struct list_head *list, int *idx,
144 struct list_head *list, char *name,
145 struct list_head *head_config);
148 void parse_events__set_leader(char *name, struct list_head *list);
149 void parse_events_update_lists(struct list_head *list_event,
150 struct list_head *list_all);