Searched refs:arch_evsel__must_be_in_group (Results 1 – 5 of 5) sorted by relevance
51 (arch_evsel__must_be_in_group(lhs) || arch_evsel__must_be_in_group(rhs))) { in arch_evlist__cmp()
42 bool arch_evsel__must_be_in_group(const struct evsel *evsel) in arch_evsel__must_be_in_group() function
2070 if (*force_grouped_idx != -1 && arch_evsel__must_be_in_group(lhs)) { in evlist__cmp()2077 if (*force_grouped_idx != -1 && arch_evsel__must_be_in_group(rhs)) { in evlist__cmp()2162 if (force_grouped_idx == -1 && arch_evsel__must_be_in_group(pos)) in parse_events__sort_events_and_fix_groups()2179 arch_evsel__must_be_in_group(pos); in parse_events__sort_events_and_fix_groups()2225 arch_evsel__must_be_in_group(pos2)) { in parse_events__sort_events_and_fix_groups()
559 bool arch_evsel__must_be_in_group(const struct evsel *evsel);
3968 bool __weak arch_evsel__must_be_in_group(const struct evsel *evsel __maybe_unused) in arch_evsel__must_be_in_group() function3980 if (!arch_evsel__must_be_in_group(evsel) && evsel != leader) { in evsel__remove_from_group()