Lines Matching refs:sections
621 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument
626 list_for_each_entry(section, sections, node) in find_section()
645 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument
661 list_add_tail(§ion->node, sections); in add_section()
705 struct list_head *sections; in collect_config() local
710 sections = &set->sections; in collect_config()
722 section = find_section(sections, section_name); in collect_config()
724 section = add_section(sections, section_name); in collect_config()
788 INIT_LIST_HEAD(&set->sections); in perf_config_set__new()
800 INIT_LIST_HEAD(&set->sections); in perf_config_set__load_file()
887 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()