Lines Matching defs:lhs
8 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs)
51 (arch_evsel__must_be_in_group(lhs) || arch_evsel__must_be_in_group(rhs))) {
53 if (arch_is_topdown_slots(lhs))
64 if (lhs->core.leader != rhs->core.leader) {
65 bool lhs_topdown = arch_is_topdown_metrics(lhs);
76 if (lhs->retire_lat && !rhs->retire_lat)
78 if (!lhs->retire_lat && rhs->retire_lat)
82 return lhs->core.idx - rhs->core.idx;