Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dparse-events.c1978 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in evlist__cmp() local
1979 const struct evsel *rhs = container_of(rhs_core, struct evsel, core); in evlist__cmp()
2000 bool rhs_has_group = rhs_core->leader != rhs_core || rhs_core->nr_members > 1; in evlist__cmp()
2002 rhs_sort_idx = rhs_has_group ? rhs_core->leader->idx : rhs_core->idx; in evlist__cmp()