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