Lines Matching refs:head_terms
38 struct list_head *head_terms __maybe_unused);
156 static char *get_config_str(struct list_head *head_terms, enum parse_events__term_type type_term)
160 if (!head_terms)
163 list_for_each_entry(term, head_terms, list)
170 static char *get_config_metric_id(struct list_head *head_terms)
172 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_METRIC_ID);
175 static char *get_config_name(struct list_head *head_terms)
177 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_NAME);
1083 struct list_head *head_terms __maybe_unused)
1095 list_add_tail(&__t->list, head_terms)
1198 struct list_head *head_terms)