Searched refs:lhs_core (Results 1 – 1 of 1) sorted by relevance
1930 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in evlist__cmp() local1931 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp()1947 if (lhs_core->leader != lhs_core || lhs_core->nr_members > 1) { in evlist__cmp()1949 lhs_sort_idx = lhs_core->leader->idx; in evlist__cmp()1954 : lhs_core->idx; in evlist__cmp()