| /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() 461 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__checkevent_exclude_idle_modifier() 480 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__checkevent_exclude_idle_modifier_1() 923 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__group1() 938 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__group1() 970 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, in test__group2() 989 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, in test__group2() 1007 TEST_ASSERT_EVSEL("wrong exclude guest", !evsel->core.attr.exclude_guest, evsel); in test__group2() 1045 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 | 19 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 | 637 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 | 171 WRITE_ASS(exclude_guest, "d"); in store_event() 728 if (attr->exclude_host || attr->exclude_guest) { in evsel__add_modifiers() 2355 if (evsel->pmu && evsel->pmu->missing_features.exclude_guest) in evsel__disable_missing_features() 2356 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__disable_missing_features() 2410 attr->exclude_guest = 1; in __has_attr_feature() 2418 attr->exclude_guest = 0; in has_attr_feature() 2458 attr.exclude_guest = 1; in evsel__detect_missing_pmu_features() 2461 pmu->missing_features.exclude_guest = true; in evsel__detect_missing_pmu_features() 2462 pr_debug2("switching off exclude_guest for PMU %s\n", pmu->name); in evsel__detect_missing_pmu_features() 3828 evsel->core.attr.exclude_guest in evsel__fallback() [all...] |
| H A D | print-events.c | 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 | 776 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
|
| H A D | perf_event_attr_fprintf.c | 328 PRINT_ATTRf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
|
| H A D | evsel.h | 206 bool exclude_guest; 204 bool exclude_guest; global() member
|
| H A D | arm-spe.c | 1747 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
|
| H A D | parse-events.c | 1812 int eG = group ? evsel->core.attr.exclude_guest : 0; in parse_events__modifier_list() 1852 evsel->core.attr.exclude_guest = eG; in parse_events__modifier_list()
|
| H A D | cs-etm.c | 1723 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__synth_events()
|
| /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/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()
|
| /linux/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 532 if (event->attr.exclude_guest) in pmu_sbi_get_filter_flags()
|