Searched refs:config_terms (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | parse-events-hybrid.c | 44 struct list_head *config_terms, in create_event_hybrid() argument 64 pmu, config_terms); in create_event_hybrid() 91 struct list_head *config_terms) in add_hw_hybrid() argument 102 copy_config_terms(&terms, config_terms); in add_hw_hybrid() 118 struct list_head *config_terms, in create_raw_event_hybrid() argument 125 pmu, config_terms); in create_raw_event_hybrid() 137 struct list_head *config_terms) in add_raw_hybrid() argument 148 copy_config_terms(&terms, config_terms); in add_raw_hybrid() 163 struct list_head *config_terms, in parse_events__add_numeric_hybrid() argument 176 config_terms); in parse_events__add_numeric_hybrid() [all …]
|
D | parse-events-hybrid.h | 15 struct list_head *config_terms, 21 struct list_head *config_terms,
|
D | parse-events.c | 242 struct list_head *config_terms, bool auto_merge_stats, in __add_event() argument 276 if (config_terms) in __add_event() 277 list_splice_init(config_terms, &evsel->config_terms); in __add_event() 296 const char *metric_id, struct list_head *config_terms) in add_event() argument 299 /*pmu=*/NULL, config_terms, in add_event() 364 LIST_HEAD(config_terms); in parse_events_add_cache() 427 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache() 435 &config_terms, in parse_events_add_cache() 441 &config_terms); in parse_events_add_cache() 443 free_config_terms(&config_terms); in parse_events_add_cache() [all …]
|
D | record.c | 44 struct list_head *config_terms = &evsel->config_terms; in evsel__config_term_mask() local 47 list_for_each_entry(term, config_terms, list) { in evsel__config_term_mask()
|
D | evsel.c | 282 INIT_LIST_HEAD(&evsel->config_terms); in evsel__init() 385 return copy_config_terms(&dst->config_terms, &src->config_terms); in evsel__copy_config_terms() 954 struct list_head *config_terms = &evsel->config_terms; in evsel__apply_config_terms() local 964 list_for_each_entry(term, config_terms, list) { in evsel__apply_config_terms() 1087 list_for_each_entry(term, &evsel->config_terms, list) { in __evsel__get_config_term() 1472 void free_config_terms(struct list_head *config_terms) in free_config_terms() argument 1476 list_for_each_entry_safe(term, h, config_terms, list) { in free_config_terms() 1486 free_config_terms(&evsel->config_terms); in evsel__free_config_terms()
|
D | evsel.h | 101 struct list_head config_terms; member 231 void free_config_terms(struct list_head *config_terms);
|
D | parse-events.h | 253 struct list_head *config_terms);
|
/Linux-v6.1/tools/perf/ |
D | builtin-top.c | 947 struct list_head *config_terms; in perf_top__overwrite_check() local 953 config_terms = &evsel->config_terms; in perf_top__overwrite_check() 954 list_for_each_entry(term, config_terms, list) { in perf_top__overwrite_check()
|
/Linux-v6.1/tools/perf/arch/arm/util/ |
D | cs-etm.c | 267 list_for_each_entry(term, &evsel->config_terms, list) { in cs_etm_set_sink_attr()
|