Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dparse-events.c1980 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in evlist__cmp() local
1981 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()
/linux/tools/perf/
H A Dbuiltin-stat.c1939 const struct perf_evsel *rhs_core = container_of(r, struct perf_evsel, node); in default_evlist_evsel_cmp() local
1940 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()