/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | parse-events.c | 294 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 D | attr.c | 125 WRITE_ASS(exclude_guest, "d"); in store_event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | parse-events.c | 372 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 D | attr.c | 126 WRITE_ASS(exclude_guest, "d"); in store_event()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | pmu.c | 25 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 D | pmu.c | 26 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 D | evsel.c | 117 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 D | cache.c | 28 pea_llc_miss.exclude_guest = 1; in initialize_perf_event_attr()
|
H A D | resctrl_val.c | 74 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 D | pmu.h | 159 * @exclude_guest: Disables perf_event_attr exclude_guest and 162 bool exclude_guest; member
|
H A D | evsel.c | 562 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 D | print-events.c | 264 * 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 D | util.c | 89 attr->exclude_guest = 1; in event_attr_init()
|
H A D | intel-bts.c | 803 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | cache.c | 28 pea_llc_miss.exclude_guest = 1; in initialize_perf_event_attr()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 174 attr.exclude_guest = 1; in runtest_dar_outside()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
H A D | utils.c | 226 event_attr->exclude_guest = 1; in perf_event_attr_init()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | perf_event_attr_fprintf.c | 124 PRINT_ATTRf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
|
H A D | util.c | 86 attr->exclude_guest = 1; in event_attr_init()
|
H A D | evsel.c | 526 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 D | intel-bts.c | 803 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
|
H A D | arm-spe.c | 831 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
|
/kernel/linux/linux-5.10/arch/x86/events/amd/ |
H A D | core.c | 330 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 D | perf_event.h | 218 exclude_guest : 1, member
|
/kernel/linux/linux-6.6/arch/x86/events/amd/ |
H A D | core.c | 337 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()
|