Home
last modified time | relevance | path

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

12

/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 消除在客户机进入/退出边界
/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 消除在客戶機進入/退出邊界
/linux/tools/perf/tests/
H A Dparse-events.c402 TEST_ASSERT_EVSEL("wrong exclude host", evsel->core.attr.exclude_host, evsel); in test__checkevent_exclude_host_modifier()
417 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, evsel); in test__checkevent_exclude_guest_modifier()
462 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, evsel); in test__checkevent_exclude_idle_modifier()
481 TEST_ASSERT_EVSEL("wrong exclude host", evsel->core.attr.exclude_host, evsel); in test__checkevent_exclude_idle_modifier_1()
924 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, evsel); in test__group1()
939 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, evsel); in test__group1()
972 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, in test__group2()
991 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, in test__group2()
1008 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, evsel); in test__group2()
1047 TEST_ASSERT_EVSEL("wrong exclude host", !evsel->core.attr.exclude_host, in test__group3()
[all …]
/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
/linux/tools/perf/arch/x86/util/
H A Devsel.c175 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in amd_evsel__open_strerror()
/linux/tools/perf/util/
H A Dutil.c96 attr->exclude_host = 1; in event_attr_init()
H A Dintel-bts.c775 attr.exclude_host = evsel->core.attr.exclude_host; in intel_bts_synth_events()
H A Dperf_event_attr_fprintf.c327 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf()
H A Darm-spe.c1732 attr.exclude_host = evsel->core.attr.exclude_host; in arm_spe_synth_events()
H A Dparse-events.c1811 int eH = group ? evsel->core.attr.exclude_host : 0; in parse_events__modifier_list()
1851 evsel->core.attr.exclude_host = eH; in parse_events__modifier_list()
H A Devsel.c170 WRITE_ASS(exclude_host, "d"); in store_event()
728 if (attr->exclude_host || attr->exclude_guest) { in evsel__add_modifiers()
2350 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__disable_missing_features()
H A Dcs-etm.c1722 attr.exclude_host = evsel->core.attr.exclude_host; in cs_etm__synth_events()
/linux/include/uapi/linux/
H A Dperf_event.h447 exclude_host : 1, /* don't count in host */ member
/linux/tools/include/uapi/linux/
H A Dperf_event.h447 exclude_host : 1, /* don't count in host */ member
/linux/drivers/perf/
H A Darm_brbe.c459 if (event->attr.exclude_host || (event->attr.exclude_user && event->attr.exclude_kernel)) { in brbe_branch_attr_valid()
H A Driscv_pmu_sbi.c530 if (event->attr.exclude_host) in pmu_sbi_get_filter_flags()
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c734 .exclude_host = true, in kvm_riscv_vcpu_pmu_ctr_cfg_match()
/linux/arch/arm64/kvm/
H A Dpmu-emul.c731 attr.exclude_host = 1; /* Don't count host events */ in kvm_pmu_create_perf_event()
/linux/tools/perf/
H A Ddesign.txt228 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
/linux/include/linux/
H A Dperf_event.h1543 attr->exclude_guest || attr->exclude_host; in event_has_any_exclude_flag()
/linux/arch/x86/events/
H A Dperf_event.h1604 if (event->attr.exclude_host) in intel_pmu_has_bts_period()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1446 return (!has_vhe() && attr->exclude_host); in kvm_pmu_counter_deferred()
/linux/arch/x86/events/amd/
H A Dibs.c303 if (event->attr.exclude_host || event->attr.exclude_guest || in perf_ibs_init()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c997 if (event->attr.exclude_host && !sde_regs->in_guest) in perf_event_exclude()
/linux/arch/x86/events/intel/
H A Dcore.c2735 if (event->attr.exclude_host) in intel_set_masks()
5091 if (event->attr.exclude_host) in core_guest_get_msrs()
5103 if (!event->attr.exclude_host) in core_pmu_enable_event()
5116 cpuc->events[idx]->attr.exclude_host) in core_pmu_enable_all()

12