Home
last modified time | relevance | path

Searched refs:exclude_guest (Results 1 – 25 of 32) sorted by relevance

12

/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dperf.rst51 exclude_host / exclude_guest
66 机时,我们会根据 exclude_host 和 exclude_guest 属性在适当的情况下
69 对于 VHE 系统的 exclude_guest 属性排除 EL1,而对其中的 exclude_host
71 exclude_host 和 exclude_guest 属性包括/排除 EL0。
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dperf.rst52 exclude_host / exclude_guest
67 機時,我們會根據 exclude_host 和 exclude_guest 屬性在適當的情況下
70 對於 VHE 系統的 exclude_guest 屬性排除 EL1,而對其中的 exclude_host
72 exclude_host 和 exclude_guest 屬性包括/排除 EL0。
/linux/tools/perf/tests/
H A Dparse-events.c401 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__checkevent_exclude_host_modifier()
416 TEST_ASSERT_EVSEL("wrong exclude guest", evsel->core.attr.exclude_guest, evsel); in test__checkevent_exclude_guest_modifier()
462 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__checkevent_exclude_idle_modifier()
481 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__checkevent_exclude_idle_modifier_1()
927 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__group1()
942 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__group1()
974 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, in test__group2()
993 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, in test__group2()
1011 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__group2()
1049 TEST_ASSERT_EVSEL("wrong exclude guest", evsel->core.attr.exclude_guest, in test__group3()
[all...]
/linux/tools/perf/Documentation/
H A Dintel-hybrid.txt95 exclude_guest 1
108 exclude_guest 1
148 exclude_guest 1
162 exclude_guest 1
/linux/Documentation/arch/arm64/
H A Dperf.rst54 exclude_host / exclude_guest
71 exclude_host and exclude_guest attributes.
73 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
76 exclude_guest attributes.
/linux/tools/testing/selftests/resctrl/
H A Dcache.c18 pea->exclude_guest = 1; in perf_event_attr_initialize()
/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()
H A Dintel-pt.c641 evsel->core.attr.exclude_guest = intel_pt_exclude_guest(); in intel_pt_recording_options()
/linux/tools/perf/util/
H A Dpmu.h198 bool exclude_guest; member
H A Devsel.c176 WRITE_ASS(exclude_guest, "d"); in store_event()
798 if (attr->exclude_host || attr->exclude_guest) { in evsel__bp_name()
2544 if (evsel->pmu && evsel->pmu->missing_features.exclude_guest) in evsel__detect_missing_aux_action_feature()
2545 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__detect_missing_aux_action_feature()
2599 attr->exclude_guest = 1; in evsel__detect_missing_features()
2607 attr->exclude_guest = 0; in evsel__detect_missing_features()
2647 attr.exclude_guest = 1; in evsel__detect_missing_features()
2650 pmu->missing_features.exclude_guest = true; in evsel__detect_missing_features()
2651 pr_debug2("switching off exclude_guest for PMU %s\n", pmu->name); in evsel__detect_missing_features()
4148 evsel->core.attr.exclude_guest in store_evsel_ids()
[all...]
H A Dprint-events.c166 * exclude_guest to be set (e.g. as the Apple M1 PMU in is_event_supported()
168 * Re-run with exclude_guest set; we don't do that by in is_event_supported()
170 * driver to require that exclude_guest is clear. in is_event_supported()
172 evsel->core.attr.exclude_guest = 1; in is_event_supported()
H A Dutil.c96 attr->exclude_guest = 1; in event_attr_init()
H A Dintel-bts.c777 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
H A Dperf_event_attr_fprintf.c367 PRINT_ATTRf_bf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
H A Devsel.h216 bool exclude_guest;
204 bool exclude_guest; global() member
H A Darm-spe.c1795 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
H A Dparse-events.c1815 int eG = group ? evsel->core.attr.exclude_guest : 0; in parse_events__modifier_list()
1855 evsel->core.attr.exclude_guest = eG; in parse_events__modifier_list()
H A Dcs-etm.c1806 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__sample()
/linux/tools/include/uapi/linux/
H A Dperf_event.h448 exclude_guest : 1, /* don't count in guest */ member
/linux/include/uapi/linux/
H A Dperf_event.h448 exclude_guest : 1, /* don't count in guest */ member
/linux/arch/x86/events/amd/
H A Dcore.c370 if (event->attr.exclude_host && event->attr.exclude_guest) in amd_core_hw_config()
380 else if (event->attr.exclude_guest) in amd_core_hw_config()
/linux/tools/testing/selftests/powerpc/
H A Dutils.c543 event_attr->exclude_guest = 1; in perf_event_attr_init()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c68 attr->exclude_guest = 1; in perf_event_attr_set()
/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()

12