Home
last modified time | relevance | path

Searched refs:exclude_guest (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dparse-events.c294 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_host_modifier()
304 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__checkevent_exclude_guest_modifier()
339 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier()
354 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1()
683 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group1()
699 /* use of precise requires exclude_guest */ in test__group1()
700 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group1()
725 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2()
741 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2()
756 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group2()
[all...]
H A Dattr.c125 WRITE_ASS(exclude_guest, "d"); in store_event()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dparse-events.c372 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); in test__checkevent_exclude_host_modifier()
383 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); in test__checkevent_exclude_guest_modifier()
419 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier()
434 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1()
871 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group1()
886 /* use of precise requires exclude_guest */ in test__group1()
887 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group1()
918 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2()
933 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2()
947 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group2()
[all...]
H A Dattr.c126 WRITE_ASS(exclude_guest, "d"); in store_event()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dpmu.c25 return (attr->exclude_host != attr->exclude_guest); in kvm_pmu_switch_needed()
41 if (!attr->exclude_guest) in kvm_set_pmu_events()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dpmu.c26 return (attr->exclude_host != attr->exclude_guest); in kvm_pmu_switch_needed()
47 if (!attr->exclude_guest) in kvm_set_pmu_events()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Devsel.c117 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in arch_evsel__open_strerror()
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dcache.c28 pea_llc_miss.exclude_guest = 1; in initialize_perf_event_attr()
H A Dresctrl_val.c74 imc_counters_config[i][j].pe.exclude_guest = 0; in membw_initialize_perf_event_attr()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpmu.h159 * @exclude_guest: Disables perf_event_attr exclude_guest and
162 bool exclude_guest; member
H A Devsel.c562 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in evsel__add_modifiers()
1850 if (evsel->pmu && evsel->pmu->missing_features.exclude_guest) in evsel__disable_missing_features()
1851 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__disable_missing_features()
1948 } else if (evsel->core.attr.exclude_guest || evsel->core.attr.exclude_host) { in evsel__detect_missing_features()
1953 evsel->pmu->missing_features.exclude_guest = true; in evsel__detect_missing_features()
1957 evsel->core.attr.exclude_guest = false; in evsel__detect_missing_features()
1964 if (!perf_missing_features.exclude_guest) { in evsel__detect_missing_features()
1965 perf_missing_features.exclude_guest = true; in evsel__detect_missing_features()
1966 pr_debug2_peo("switching off exclude_guest, exclude_host\n"); in evsel__detect_missing_features()
H A Dprint-events.c264 * exclude_guest to be set (e.g. as the Apple M1 PMU in is_event_supported()
266 * Re-run with exclude_guest set; we don't do that by in is_event_supported()
268 * driver to require that exclude_guest is clear. in is_event_supported()
270 evsel->core.attr.exclude_guest = 1; in is_event_supported()
H A Dutil.c89 attr->exclude_guest = 1; in event_attr_init()
H A Dintel-bts.c803 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dcache.c28 pea_llc_miss.exclude_guest = 1; in initialize_perf_event_attr()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c174 attr.exclude_guest = 1; in runtest_dar_outside()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
H A Dutils.c226 event_attr->exclude_guest = 1; in perf_event_attr_init()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dperf_event_attr_fprintf.c124 PRINT_ATTRf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
H A Dutil.c86 attr->exclude_guest = 1; in event_attr_init()
H A Devsel.c526 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in perf_evsel__add_modifiers()
1764 if (perf_missing_features.exclude_guest) in evsel__open_cpu()
1765 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__open_cpu()
1933 } else if (!perf_missing_features.exclude_guest && in evsel__open_cpu()
1934 (evsel->core.attr.exclude_guest || evsel->core.attr.exclude_host)) { in evsel__open_cpu()
1935 perf_missing_features.exclude_guest = true; in evsel__open_cpu()
1936 pr_debug2_peo("switching off exclude_guest, exclude_host\n"); in evsel__open_cpu()
H A Dintel-bts.c803 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
H A Darm-spe.c831 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Dcore.c330 if (event->attr.exclude_host && event->attr.exclude_guest) in amd_core_hw_config()
340 else if (event->attr.exclude_guest) in amd_core_hw_config()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dperf_event.h218 exclude_guest : 1, member
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Dcore.c337 if (event->attr.exclude_host && event->attr.exclude_guest) in amd_core_hw_config()
347 else if (event->attr.exclude_guest) in amd_core_hw_config()

Completed in 26 milliseconds

123