Searched refs:rhs_core (Results 1 – 2 of 2) sorted by relevance
1980 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in evlist__cmp() local1981 const struct evsel *rhs = container_of(rhs_core, struct evsel, core); in evlist__cmp()2002 rhs_sort_idx = rhs_core->idx; in evlist__cmp()2006 bool rhs_has_group = rhs_core->leader != rhs_core || rhs_core->nr_members > 1; in evlist__cmp()2008 rhs_sort_idx = rhs_has_group ? rhs_core->leader->idx : rhs_core->idx; in evlist__cmp()
1939 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in default_evlist_evsel_cmp() local1940 const struct evsel *rhs = container_of(rhs_core, struct evsel, core); in default_evlist_evsel_cmp()1944 return lhs_core->idx - rhs_core->idx; in default_evlist_evsel_cmp()