Searched refs:lhs_core (Results 1 – 2 of 2) sorted by relevance
2007 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in evlist__cmp() local2008 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()
1916 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in default_evlist_evsel_cmp() local1917 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()