| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | perf.rst | 51 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 D | perf.rst | 52 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 D | parse-events.c | 401 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 D | intel-hybrid.txt | 95 exclude_guest 1 108 exclude_guest 1 148 exclude_guest 1 162 exclude_guest 1
|
| /linux/Documentation/arch/arm64/ |
| H A D | perf.rst | 54 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 D | cache.c | 18 pea->exclude_guest = 1; in perf_event_attr_initialize()
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | evsel.c | 175 evsel->core.attr.exclude_host || evsel->core.attr.exclude_guest) { in amd_evsel__open_strerror()
|
| H A D | intel-pt.c | 641 evsel->core.attr.exclude_guest = intel_pt_exclude_guest(); in intel_pt_recording_options()
|
| /linux/tools/perf/util/ |
| H A D | pmu.h | 198 bool exclude_guest; member
|
| H A D | evsel.c | 176 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 D | print-events.c | 166 * 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 D | util.c | 96 attr->exclude_guest = 1; in event_attr_init()
|
| H A D | intel-bts.c | 777 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
|
| H A D | perf_event_attr_fprintf.c | 367 PRINT_ATTRf_bf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
|
| H A D | evsel.h | 216 bool exclude_guest; 204 bool exclude_guest; global() member
|
| H A D | arm-spe.c | 1795 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
|
| H A D | parse-events.c | 1815 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 D | cs-etm.c | 1806 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__sample()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 448 exclude_guest : 1, /* don't count in guest */ member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 448 exclude_guest : 1, /* don't count in guest */ member
|
| /linux/arch/x86/events/amd/ |
| H A D | core.c | 370 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 D | utils.c | 543 event_attr->exclude_guest = 1; in perf_event_attr_init()
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | perf-hwbreak.c | 68 attr->exclude_guest = 1; in perf_event_attr_set()
|
| /linux/tools/perf/ |
| H A D | design.txt | 228 Furthermore the 'exclude_host' and 'exclude_guest' bits provide a way
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1543 attr->exclude_guest || attr->exclude_host; in event_has_any_exclude_flag()
|