Searched refs:head_config (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | parse-events.c | 37 static int get_config_terms(struct list_head *head_config, 445 struct list_head *head_config) in parse_events_add_cache() argument 449 const char *config_name = get_config_name(head_config); in parse_events_add_cache() 450 const char *metric_id = get_config_metric_id(head_config); in parse_events_add_cache() 470 if (head_config) { in parse_events_add_cache() 471 if (config_attr(&attr, head_config, parse_state->error, config_term_common)) in parse_events_add_cache() 474 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache() 523 struct list_head *head_config, void *loc_) in add_tracepoint() argument 533 if (head_config) { in add_tracepoint() 536 if (get_config_terms(head_config, &config_terms)) in add_tracepoint() [all …]
|
D | parse-events.h | 193 struct list_head *head_config, void *loc); 197 struct list_head *head_config, 204 struct list_head *head_config); 209 struct list_head *head_config); 212 struct list_head *head_config, 221 struct list_head *head_config,
|