Searched refs:arch_evsel__must_be_in_group (Results 1 – 5 of 5) sorted by relevance
79 (arch_evsel__must_be_in_group(lhs) || arch_evsel__must_be_in_group(rhs))) { in arch_evlist__cmp()
41 bool arch_evsel__must_be_in_group(const struct evsel *evsel) in arch_evsel__must_be_in_group() function
1952 lhs_sort_idx = *force_grouped_idx != -1 && arch_evsel__must_be_in_group(lhs) in evlist__cmp()1961 rhs_sort_idx = *force_grouped_idx != -1 && arch_evsel__must_be_in_group(rhs) in evlist__cmp()2014 arch_evsel__must_be_in_group(pos)) in parse_events__sort_events_and_fix_groups()2031 arch_evsel__must_be_in_group(pos); in parse_events__sort_events_and_fix_groups()
541 bool arch_evsel__must_be_in_group(const struct evsel *evsel);
3153 bool __weak arch_evsel__must_be_in_group(const struct evsel *evsel __maybe_unused) in arch_evsel__must_be_in_group() function3165 if (!arch_evsel__must_be_in_group(evsel) && evsel != leader) { in evsel__remove_from_group()