Home
last modified time | relevance | path

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

/tools/perf/util/
Dparse-events.h149 struct list_head *head_config);
154 struct list_head *head_config);
160 struct list_head *head_config);
164 struct list_head *head_config);
172 struct list_head *head_config);
177 struct list_head *head_config,
Dparse-events.c46 static int get_config_terms(struct list_head *head_config,
409 struct list_head *head_config) in parse_events_add_cache() argument
427 config_name = get_config_name(head_config); in parse_events_add_cache()
469 if (head_config) { in parse_events_add_cache()
470 if (config_attr(&attr, head_config, err, in parse_events_add_cache()
474 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache()
513 struct list_head *head_config) in add_tracepoint() argument
523 if (head_config) { in add_tracepoint()
526 if (get_config_terms(head_config, &config_terms)) in add_tracepoint()
538 struct list_head *head_config) in add_tracepoint_multi_event() argument
[all …]