Searched refs:lhs_sort_idx (Results 1 – 1 of 1) sorted by relevance
1935 int lhs_sort_idx, rhs_sort_idx, ret; in evlist__cmp() local1949 lhs_sort_idx = lhs_core->leader->idx; in evlist__cmp()1952 lhs_sort_idx = *force_grouped_idx != -1 && arch_evsel__must_be_in_group(lhs) in evlist__cmp()1966 if (lhs_sort_idx != rhs_sort_idx) in evlist__cmp()1967 return lhs_sort_idx - rhs_sort_idx; in evlist__cmp()