Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dparse-events.c2007 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in evlist__cmp() local
2008 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp()
2022 lhs_sort_idx = lhs_core->idx; in evlist__cmp()
2026 bool lhs_has_group = lhs_core->leader != lhs_core || lhs_core->nr_members > 1; in evlist__cmp()
2028 lhs_sort_idx = lhs_has_group ? lhs_core->leader->idx : lhs_core->idx; in evlist__cmp()
/linux/tools/perf/
H A Dbuiltin-stat.c1916 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in default_evlist_evsel_cmp() local
1917 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in default_evlist_evsel_cmp()
1923 return lhs_core->idx - rhs_core->idx; in default_evlist_evsel_cmp()