Searched refs:rhs_core (Results 1 – 1 of 1) sorted by relevance
1932 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in evlist__cmp() local1933 const struct evsel *rhs = container_of(rhs_core, struct evsel, core); in evlist__cmp()1956 if (rhs_core->leader != rhs_core || rhs_core->nr_members > 1) { in evlist__cmp()1958 rhs_sort_idx = rhs_core->leader->idx; in evlist__cmp()1963 : rhs_core->idx; in evlist__cmp()