Searched refs:force_grouped_idx (Results 1 – 1 of 1) sorted by relevance
2059 int *force_grouped_idx = _fg_idx; in evlist__cmp() local2071 } else if (*force_grouped_idx != -1 && arch_evsel__must_be_in_group(lhs)) { in evlist__cmp()2072 lhs_sort_idx = *force_grouped_idx; in evlist__cmp()2080 } else if (*force_grouped_idx != -1 && arch_evsel__must_be_in_group(rhs)) { in evlist__cmp()2081 rhs_sort_idx = *force_grouped_idx; in evlist__cmp()2125 int idx = 0, force_grouped_idx = -1; in parse_events__sort_events_and_fix_groups() local2165 if (force_grouped_idx == -1 && arch_evsel__must_be_in_group(pos)) in parse_events__sort_events_and_fix_groups()2166 force_grouped_idx = pos_leader->core.idx; in parse_events__sort_events_and_fix_groups()2170 list_sort(&force_grouped_idx, list, evlist__cmp); in parse_events__sort_events_and_fix_groups()2181 bool pos_force_grouped = force_grouped_idx != -1 && !pos->dont_regroup && in parse_events__sort_events_and_fix_groups()[all …]