Searched refs:exclude_host (Results 1 – 25 of 36) sorted by relevance
12
| /Linux-v4.19/tools/perf/tests/ |
| D | parse-events.c | 269 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier() 279 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier() 314 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_idle_modifier() 329 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_idle_modifier_1() 627 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group1() 644 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group1() 669 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group2() 685 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group2() 700 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group2() 725 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__group3() [all …]
|
| D | attr.c | 123 WRITE_ASS(exclude_host, "d"); in store_event()
|
| /Linux-v4.19/tools/perf/tests/attr/ |
| D | base-record | 31 exclude_host=0|1
|
| D | base-stat | 31 exclude_host=0|1
|
| /Linux-v4.19/arch/x86/events/amd/ |
| D | core.c | 178 if (event->attr.exclude_host && event->attr.exclude_guest) in amd_core_hw_config() 186 else if (event->attr.exclude_host) in amd_core_hw_config()
|
| D | power.c | 143 event->attr.exclude_host || in pmu_event_init()
|
| D | iommu.c | 228 event->attr.exclude_host || event->attr.exclude_guest) in perf_iommu_event_init()
|
| D | uncore.c | 206 event->attr.exclude_host || event->attr.exclude_guest) in amd_uncore_event_init()
|
| /Linux-v4.19/arch/x86/events/ |
| D | msr.c | 167 event->attr.exclude_host || in msr_event_init()
|
| /Linux-v4.19/arch/powerpc/perf/ |
| D | hv-gpci.c | 240 event->attr.exclude_host || in h_gpci_event_init()
|
| D | imc-pmu.c | 481 event->attr.exclude_host || in nest_imc_event_init() 756 event->attr.exclude_host || in core_imc_event_init()
|
| /Linux-v4.19/arch/x86/kvm/ |
| D | pmu.c | 110 .exclude_host = 1, in pmc_reprogram_counter()
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | perf_event.h | 364 exclude_host : 1, /* don't count in host */ member
|
| /Linux-v4.19/include/uapi/linux/ |
| D | perf_event.h | 364 exclude_host : 1, /* don't count in host */ member
|
| /Linux-v4.19/drivers/perf/hisilicon/ |
| D | hisi_uncore_pmu.c | 148 event->attr.exclude_host || in hisi_uncore_pmu_event_init()
|
| /Linux-v4.19/tools/perf/util/ |
| D | util.c | 86 attr->exclude_host = 1; in event_attr_init()
|
| D | intel-bts.c | 809 attr.exclude_host = evsel->attr.exclude_host; in intel_bts_synth_events()
|
| D | cs-etm.c | 821 attr.exclude_host = evsel->attr.exclude_host; in cs_etm__synth_events()
|
| D | evsel.c | 417 if (attr->exclude_host || attr->exclude_guest == exclude_guest_default) { in perf_evsel__add_modifiers() 1631 PRINT_ATTRf(exclude_host, p_unsigned); in perf_event_attr__fprintf() 1794 evsel->attr.exclude_guest = evsel->attr.exclude_host = 0; in perf_evsel__open() 1940 (evsel->attr.exclude_guest || evsel->attr.exclude_host)) { in perf_evsel__open()
|
| /Linux-v4.19/arch/arm/mm/ |
| D | cache-l2x0-pmu.c | 321 event->attr.exclude_host || in l2x0_pmu_event_init()
|
| /Linux-v4.19/virt/kvm/arm/ |
| D | pmu.c | 411 attr.exclude_host = 1; /* Don't count host events */ in kvm_pmu_set_counter_event_type()
|
| /Linux-v4.19/arch/arm/mach-imx/ |
| D | mmdc.c | 300 event->attr.exclude_host || in mmdc_pmu_event_init()
|
| /Linux-v4.19/arch/x86/events/intel/ |
| D | cstate.c | 287 event->attr.exclude_host || in cstate_pmu_event_init()
|
| D | uncore_snb.c | 381 event->attr.exclude_host || in snb_uncore_imc_event_init()
|
| D | rapl.c | 404 event->attr.exclude_host || in rapl_pmu_event_init()
|
12