Home
last modified time | relevance | path

Searched refs:exclude_host (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dperf.rst51 exclude_host / exclude_guest
65 对于 non-VHE 系统的 exclude_host 属性排除 EL2 - 在进入和退出客户
66 机时,我们会根据 exclude_host 和 exclude_guest 属性在适当的情况下
69 对于 VHE 系统的 exclude_guest 属性排除 EL1,而对其中的 exclude_host
71 exclude_host 和 exclude_guest 属性包括/排除 EL0。
82 对于 exclude_host, 我们可以通过过滤 EL2 消除在客户机进入/退出边界
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dperf.rst52 exclude_host / exclude_guest
66 對於 non-VHE 系統的 exclude_host 屬性排除 EL2 - 在進入和退出客戶
67 機時,我們會根據 exclude_host 和 exclude_guest 屬性在適當的情況下
70 對於 VHE 系統的 exclude_guest 屬性排除 EL1,而對其中的 exclude_host
72 exclude_host 和 exclude_guest 屬性包括/排除 EL0。
83 對於 exclude_host, 我們可以通過過濾 EL2 消除在客戶機進入/退出邊界
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c373 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier()
384 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier()
420 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
435 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
1003 !evsel->core.attr.exclude_host); in test__group3()
1022 evsel->core.attr.exclude_host); in test__group3()
1126 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
1142 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
1157 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
1173 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__group5()
[all …]
H A Dattr.c125 WRITE_ASS(exclude_host, "d"); in store_event()
/openbmc/linux/Documentation/arch/arm64/
H A Dperf.rst54 exclude_host / exclude_guest
69 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
71 exclude_host and exclude_guest attributes.
74 for exclude_host. Upon entering and exiting the guest we modify the event
75 to include/exclude EL0 as appropriate based on the exclude_host and
90 exclude_host. However when using !exclude_hv there is a small blackout
/openbmc/linux/tools/perf/tests/attr/
H A Dbase-record-spe30 exclude_host=*
H A Dbase-record31 exclude_host=0|1
H A Dbase-stat31 exclude_host=0|1
H A Dsystem-wide-dummy36 exclude_host=0
/openbmc/linux/arch/arm64/kvm/
H A Dpmu.c26 return (attr->exclude_host != attr->exclude_guest); in kvm_pmu_switch_needed()
45 if (!attr->exclude_host) in kvm_set_pmu_events()
H A Dpmu-emul.c621 attr.exclude_host = 1; /* Don't count host events */ in kvm_pmu_create_perf_event()
/openbmc/linux/tools/perf/arch/x86/util/
H A Devsel.c117 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in arch_evsel__open_strerror()
/openbmc/linux/tools/perf/util/
H A Dutil.c87 attr->exclude_host = 1; in event_attr_init()
H A Dintel-bts.c802 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
H A Dperf_event_attr_fprintf.c304 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
H A Darm-spe.c1160 attr.exclude_host = evsel->core.attr.exclude_host; in arm_spe_synth_events()
H A Devsel.c562 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in evsel__add_modifiers()
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()
1956 evsel->core.attr.exclude_host = false; in evsel__detect_missing_features()
H A Dstat-shadow.c65 if (evsel->core.attr.exclude_host) in evsel_context()
/openbmc/linux/drivers/perf/
H A Darm_pmuv3.c932 if (!attr->exclude_kernel && !attr->exclude_host) in armv8pmu_set_event_filter()
936 if (attr->exclude_host) in armv8pmu_set_event_filter()
939 if (!attr->exclude_hv && !attr->exclude_host) in armv8pmu_set_event_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h439 exclude_host : 1, /* don't count in host */ member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h439 exclude_host : 1, /* don't count in host */ member
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c351 if (event->attr.exclude_host && event->attr.exclude_guest) in amd_core_hw_config()
359 else if (event->attr.exclude_host) in amd_core_hw_config()
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c475 .exclude_host = true, in kvm_riscv_vcpu_pmu_ctr_cfg_match()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c283 .exclude_host = true, in intel_pmu_create_guest_lbr_event()
/openbmc/linux/arch/x86/kvm/
H A Dpmu.c175 .exclude_host = 1, in pmc_reprogram_counter()

12