Searched refs:lhs_core (Results 1 – 1 of 1) sorted by relevance
2056 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in evlist__cmp() local2057 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp()2073 bool lhs_has_group = lhs_core->leader != lhs_core || lhs_core->nr_members > 1; in evlist__cmp()2075 lhs_sort_idx = lhs_has_group ? lhs_core->leader->idx : lhs_core->idx; in evlist__cmp()
Completed in 7 milliseconds