Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/perf/tests/
Dparse-events.c294 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 …]
Dattr.c125 WRITE_ASS(exclude_guest, "d"); in store_event()
/kernel/linux/linux-5.10/Documentation/arm64/
Dperf.rst49 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/
Dpmu.c25 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/
Dbase-stat32 exclude_guest=0|1
Dbase-record32 exclude_guest=0|1
Dsystem-wide-dummy35 exclude_guest=0
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
Dcache.c28 pea_llc_miss.exclude_guest = 1; in initialize_perf_event_attr()
Dresctrl_val.c74 imc_counters_config[i][j].pe.exclude_guest = 0; in membw_initialize_perf_event_attr()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
Dutils.c226 event_attr->exclude_guest = 1; in perf_event_attr_init()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c174 attr.exclude_guest = 1; in runtest_dar_outside()
/kernel/linux/linux-5.10/tools/perf/util/
Dutil.c86 attr->exclude_guest = 1; in event_attr_init()
Dperf_event_attr_fprintf.c124 PRINT_ATTRf(exclude_guest, p_unsigned); in perf_event_attr__fprintf()
Devsel.c526 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()
Devsel.h134 bool exclude_guest; member
Dintel-bts.c803 attr.exclude_guest = evsel->core.attr.exclude_guest; in intel_bts_synth_events()
Darm-spe.c831 attr.exclude_guest = evsel->core.attr.exclude_guest; in arm_spe_synth_events()
Dcs-etm.c1323 attr.exclude_guest = evsel->core.attr.exclude_guest; in cs_etm__synth_events()
/kernel/linux/linux-5.10/arch/x86/events/amd/
Dcore.c330 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/
Dperf_event.h206 …, 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/
Dperf_event.h372 exclude_guest : 1, /* don't count in guest */ member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dperf_event.h372 exclude_guest : 1, /* don't count in guest */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dperf_event.h218 exclude_guest : 1, member
/kernel/linux/linux-5.10/include/linux/
Dperf_event.h1099 attr->exclude_guest || attr->exclude_host; in event_has_any_exclude_flag()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dperf_event.c894 if (attr->exclude_guest) in armv8pmu_set_event_filter()

12