Searched refs:force_grouped_idx (Results 1 – 1 of 1) sorted by relevance
1980 int *force_grouped_idx = _fg_idx; in evlist__cmp() local1990 if (*force_grouped_idx != -1 && arch_evsel__must_be_in_group(lhs)) { in evlist__cmp()1991 lhs_sort_idx = *force_grouped_idx; in evlist__cmp()1997 if (*force_grouped_idx != -1 && arch_evsel__must_be_in_group(rhs)) { in evlist__cmp()1998 rhs_sort_idx = *force_grouped_idx; in evlist__cmp()2037 int idx = 0, force_grouped_idx = -1; in parse_events__sort_events_and_fix_groups() local2072 if (force_grouped_idx == -1 && arch_evsel__must_be_in_group(pos)) in parse_events__sort_events_and_fix_groups()2073 force_grouped_idx = pos_leader->core.idx; in parse_events__sort_events_and_fix_groups()2077 list_sort(&force_grouped_idx, list, evlist__cmp); in parse_events__sort_events_and_fix_groups()2088 bool pos_force_grouped = force_grouped_idx != -1 && in parse_events__sort_events_and_fix_groups()[all …]