Home
last modified time | relevance | path

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

/tools/perf/util/
A Dparse-events.c2061 int lhs_sort_idx, rhs_sort_idx, ret; in evlist__cmp() local
2071 lhs_sort_idx = *force_grouped_idx; in evlist__cmp()
2075 lhs_sort_idx = lhs_has_group ? lhs_core->leader->idx : lhs_core->idx; in evlist__cmp()
2086 if (lhs_sort_idx != rhs_sort_idx) in evlist__cmp()
2087 return lhs_sort_idx - rhs_sort_idx; in evlist__cmp()

Completed in 8 milliseconds