Lines Matching refs:sections
534 static struct perf_config_section *find_section(struct list_head *sections,
539 list_for_each_entry(section, sections, node)
558 static struct perf_config_section *add_section(struct list_head *sections,
574 list_add_tail(§ion->node, sections);
618 struct list_head *sections;
623 sections = &set->sections;
635 section = find_section(sections, section_name);
637 section = add_section(sections, section_name);
734 INIT_LIST_HEAD(&set->sections);
821 list_for_each_entry_safe(section, tmp, &set->sections, node) {