/kernel/linux/linux-5.10/tools/perf/tests/ |
D | parse-events.c | 294 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_host_modifier() 304 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__checkevent_exclude_guest_modifier() 339 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier() 354 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1() 683 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group1() 700 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group1() 725 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2() 741 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group2() 756 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__group2() 781 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__group3() [all …]
|
D | attr.c | 125 WRITE_ASS(exclude_guest, "d"); in store_event()
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | perf.rst | 49 exclude_host / exclude_guest 66 exclude_host and exclude_guest attributes. 68 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2 71 exclude_guest attributes.
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
D | pmu.c | 25 return (attr->exclude_host != attr->exclude_guest); in kvm_pmu_switch_needed() 41 if (!attr->exclude_guest) in kvm_set_pmu_events()
|
/kernel/linux/linux-5.10/tools/perf/tests/attr/ |
D | base-stat | 32 exclude_guest=0|1
|
D | base-record | 32 exclude_guest=0|1
|
D | system-wide-dummy | 35 exclude_guest=0
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | cache.c | 28 pea_llc_miss.exclude_guest = 1; in initialize_perf_event_attr()
|
D | resctrl_val.c | 74 imc_counters_config[i][j].pe.exclude_guest = 0; in membw_initialize_perf_event_attr()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
D | utils.c | 226 event_attr->exclude_guest = 1; in perf_event_attr_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 174 attr.exclude_guest = 1; in runtest_dar_outside()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | util.c | 86 attr->exclude_guest = 1; in event_attr_init()
|
D | perf_event_attr_fprintf.c | 124 PRINT_ATTRf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
|
D | evsel.c | 526 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in perf_evsel__add_modifiers() 1764 if (perf_missing_features.exclude_guest) in evsel__open_cpu() 1765 evsel->core.attr.exclude_guest = evsel->core.attr.exclude_host = 0; in evsel__open_cpu() 1933 } else if (!perf_missing_features.exclude_guest && in evsel__open_cpu() 1934 (evsel->core.attr.exclude_guest || evsel->core.attr.exclude_host)) { in evsel__open_cpu() 1935 perf_missing_features.exclude_guest = true; in evsel__open_cpu()
|
D | evsel.h | 134 bool exclude_guest; member
|
D | intel-bts.c | 803 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
|
D | arm-spe.c | 831 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
|
D | cs-etm.c | 1323 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__synth_events()
|
/kernel/linux/linux-5.10/arch/x86/events/amd/ |
D | core.c | 330 if (event->attr.exclude_host && event->attr.exclude_guest) in amd_core_hw_config() 340 else if (event->attr.exclude_guest) in amd_core_hw_config()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | perf_event.h | 206 …, precise_ip : 2, mmap_data : 1, sample_id_all : 1, exclude_host : 1, exclude_guest : 1, exclude_c… member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | perf_event.h | 372 exclude_guest : 1, /* don't count in guest */ member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | perf_event.h | 372 exclude_guest : 1, /* don't count in guest */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | perf_event.h | 218 exclude_guest : 1, member
|
/kernel/linux/linux-5.10/include/linux/ |
D | perf_event.h | 1099 attr->exclude_guest || attr->exclude_host; in event_has_any_exclude_flag()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | perf_event.c | 894 if (attr->exclude_guest) in armv8pmu_set_event_filter()
|