Searched refs:lhs_core (Results 1 – 1 of 1) sorted by relevance
2000 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in evlist__cmp() local2001 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp()2017 if (lhs_core->leader != lhs_core || lhs_core->nr_members > 1) { in evlist__cmp()2019 lhs_sort_idx = lhs_core->leader->idx; in evlist__cmp()2024 : lhs_core->idx; in evlist__cmp()