Lines Matching refs:config_terms
352 struct list_head *config_terms, bool auto_merge_stats,
383 if (config_terms)
384 list_splice(config_terms, &evsel->config_terms);
401 struct list_head *config_terms)
403 return __add_event(list, idx, attr, true, name, NULL, config_terms,
461 LIST_HEAD(config_terms);
522 if (get_config_terms(head_config, &config_terms))
525 return add_event(list, idx, &attr, config_name ? : name, &config_terms);
572 LIST_HEAD(config_terms);
574 if (get_config_terms(head_config, &config_terms))
576 list_splice(&config_terms, &evsel->config_terms);
1399 LIST_HEAD(config_terms);
1410 if (get_config_terms(head_config, &config_terms))
1415 get_config_name(head_config), &config_terms);
1425 static bool config_term_percore(struct list_head *config_terms)
1429 list_for_each_entry(term, config_terms, list) {
1449 LIST_HEAD(config_terms);
1521 if (get_config_terms(head_config, &config_terms))
1528 if (pmu->default_config && get_config_chgs(pmu, head_config, &config_terms))
1534 list_for_each_entry_safe(pos, tmp, &config_terms, list) {
1545 &config_terms, auto_merge_stats, NULL);
1551 evsel->percore = config_term_percore(&evsel->config_terms);