Home
last modified time | relevance | path

Searched refs:rhs_sort_idx (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dparse-events.c1986 int lhs_sort_idx, rhs_sort_idx, ret; in evlist__cmp() local
2005 rhs_sort_idx = rhs_core->idx; in evlist__cmp()
2007 rhs_sort_idx = *force_grouped_idx; in evlist__cmp()
2011 rhs_sort_idx = rhs_has_group ? rhs_core->leader->idx : rhs_core->idx; in evlist__cmp()
2015 if (lhs_sort_idx != rhs_sort_idx) in evlist__cmp()
2016 return lhs_sort_idx - rhs_sort_idx; in evlist__cmp()