Lines Matching defs:sections
628 static struct perf_config_section *find_section(struct list_head *sections,
633 list_for_each_entry(section, sections, node)
652 static struct perf_config_section *add_section(struct list_head *sections,
668 list_add_tail(§ion->node, sections);
712 struct list_head *sections;
717 sections = &set->sections;
729 section = find_section(sections, section_name);
731 section = add_section(sections, section_name);
795 INIT_LIST_HEAD(&set->sections);
807 INIT_LIST_HEAD(&set->sections);
894 list_for_each_entry_safe(section, tmp, &set->sections, node) {