Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Devlist.c51 (arch_evsel__must_be_in_group(lhs) || arch_evsel__must_be_in_group(rhs))) { in arch_evlist__cmp()
H A Devsel.c42 bool arch_evsel__must_be_in_group(const struct evsel *evsel) in arch_evsel__must_be_in_group() function
/linux/tools/perf/util/
H A Dparse-events.c2070 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()
H A Devsel.h559 bool arch_evsel__must_be_in_group(const struct evsel *evsel);
H A Devsel.c3968 bool __weak arch_evsel__must_be_in_group(const struct evsel *evsel __maybe_unused) in arch_evsel__must_be_in_group() function
3980 if (!arch_evsel__must_be_in_group(evsel) && evsel != leader) { in evsel__remove_from_group()