Searched refs:arch_evsel__must_be_in_group (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/arch/x86/util/
H A Devlist.c79 (arch_evsel__must_be_in_group(lhs) || arch_evsel__must_be_in_group(rhs))) {
H A Devsel.c41 bool arch_evsel__must_be_in_group(const struct evsel *evsel) function
/linux-master/tools/perf/util/
H A Devsel.h543 bool arch_evsel__must_be_in_group(const struct evsel *evsel);
H A Dparse-events.c1995 lhs_sort_idx = *force_grouped_idx != -1 && arch_evsel__must_be_in_group(lhs)
2004 rhs_sort_idx = *force_grouped_idx != -1 && arch_evsel__must_be_in_group(rhs)
2057 arch_evsel__must_be_in_group(pos))
2074 arch_evsel__must_be_in_group(pos);
H A Devsel.c3208 bool __weak arch_evsel__must_be_in_group(const struct evsel *evsel __maybe_unused) function
3220 if (!arch_evsel__must_be_in_group(evsel) && evsel != leader) {

Completed in 300 milliseconds