Lines Matching full:sections
632 static struct perf_config_section *find_section(struct list_head *sections,
637 list_for_each_entry(section, sections, node)
656 static struct perf_config_section *add_section(struct list_head *sections,
672 list_add_tail(§ion->node, sections);
716 struct list_head *sections;
721 sections = &set->sections;
733 section = find_section(sections, section_name);
735 section = add_section(sections, section_name);
799 INIT_LIST_HEAD(&set->sections);
811 INIT_LIST_HEAD(&set->sections);
898 list_for_each_entry_safe(section, tmp, &set->sections, node) {