Searched refs:arch_evsel__must_be_in_group (Results 1 – 3 of 3) sorted by relevance
59 bool arch_evsel__must_be_in_group(const struct evsel *evsel) in arch_evsel__must_be_in_group() function
509 bool arch_evsel__must_be_in_group(const struct evsel *evsel);
3169 bool __weak arch_evsel__must_be_in_group(const struct evsel *evsel __maybe_unused) in arch_evsel__must_be_in_group() function3181 if (!arch_evsel__must_be_in_group(evsel) && evsel != leader) { in evsel__remove_from_group()