Searched refs:config_terms (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | parse-events.c | 323 struct list_head *config_terms, bool auto_merge_stats, in __add_event() argument 345 if (config_terms) in __add_event() 346 list_splice(config_terms, &evsel->config_terms); in __add_event() 354 struct list_head *config_terms) in add_event() argument 356 return __add_event(list, idx, attr, name, NULL, config_terms, false, NULL) ? 0 : -ENOMEM; in add_event() 412 LIST_HEAD(config_terms); in parse_events_add_cache() 474 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache() 477 return add_event(list, idx, &attr, config_name ? : name, &config_terms); in parse_events_add_cache() 524 LIST_HEAD(config_terms); in add_tracepoint() 526 if (get_config_terms(head_config, &config_terms)) in add_tracepoint() [all …]
|
D | evsel.h | 86 struct list_head config_terms; member
|
D | evsel.c | 250 INIT_LIST_HEAD(&evsel->config_terms); in evsel__init() 778 struct list_head *config_terms = &evsel->config_terms; in apply_config_terms() local 788 list_for_each_entry(term, config_terms, list) { in apply_config_terms() 1237 list_for_each_entry_safe(term, h, &evsel->config_terms, list) { in perf_evsel__free_config_terms()
|
/tools/perf/ |
D | builtin-top.c | 939 struct list_head *config_terms; in perf_top__overwrite_check() local 945 config_terms = &evsel->config_terms; in perf_top__overwrite_check() 946 list_for_each_entry(term, config_terms, list) { in perf_top__overwrite_check()
|
/tools/perf/arch/arm/util/ |
D | cs-etm.c | 225 list_for_each_entry(term, &evsel->config_terms, list) { in cs_etm_set_sink_attr()
|