Lines Matching refs:sections
594 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument
599 list_for_each_entry(section, sections, node) in find_section()
618 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument
634 list_add_tail(§ion->node, sections); in add_section()
678 struct list_head *sections; in collect_config() local
683 sections = &set->sections; in collect_config()
695 section = find_section(sections, section_name); in collect_config()
697 section = add_section(sections, section_name); in collect_config()
761 INIT_LIST_HEAD(&set->sections); in perf_config_set__new()
773 INIT_LIST_HEAD(&set->sections); in perf_config_set__load_file()
866 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()