Searched refs:rhs_core (Results 1 – 1 of 1) sorted by relevance
2002 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in evlist__cmp() local2003 const struct evsel *rhs = container_of(rhs_core, struct evsel, core); in evlist__cmp()2026 if (rhs_core->leader != rhs_core || rhs_core->nr_members > 1) { in evlist__cmp()2028 rhs_sort_idx = rhs_core->leader->idx; in evlist__cmp()2033 : rhs_core->idx; in evlist__cmp()
Completed in 9 milliseconds