Searched refs:lhs_core (Results 1 – 2 of 2) sorted by relevance
1978 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in evlist__cmp() local1979 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp()1993 lhs_sort_idx = lhs_core->idx; in evlist__cmp()1997 bool lhs_has_group = lhs_core->leader != lhs_core || lhs_core->nr_members > 1; in evlist__cmp()1999 lhs_sort_idx = lhs_has_group ? lhs_core->leader->idx : lhs_core->idx; in evlist__cmp()
1937 const struct perf_evsel *lhs_core = container_of(l, struct perf_evsel, node); in default_evlist_evsel_cmp() local1938 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in default_evlist_evsel_cmp()1944 return lhs_core->idx - rhs_core->idx; in default_evlist_evsel_cmp()