Home
last modified time | relevance | path

Searched refs:head_config (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dparse-events.h142 struct list_head *head_config);
147 struct list_head *head_config);
153 struct list_head *head_config);
157 struct list_head *head_config);
161 struct list_head *head_config);
166 struct list_head *head_config);
Dparse-events.c32 static int get_config_terms(struct list_head *head_config,
369 struct list_head *head_config) in parse_events_add_cache() argument
387 config_name = get_config_name(head_config); in parse_events_add_cache()
429 if (head_config) { in parse_events_add_cache()
430 if (config_attr(&attr, head_config, err, in parse_events_add_cache()
434 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache()
473 struct list_head *head_config) in add_tracepoint() argument
483 if (head_config) { in add_tracepoint()
486 if (get_config_terms(head_config, &config_terms)) in add_tracepoint()
498 struct list_head *head_config) in add_tracepoint_multi_event() argument
[all …]