Symbol: perf_capabilities
arch/x86/events/core.c
1165
union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap);
arch/x86/events/core.c
1647
union perf_capabilities intel_cap = hybrid(cpuc->pmu, intel_cap);
arch/x86/events/intel/core.c
4500
union perf_capabilities *intel_cap = &hybrid(event->pmu, intel_cap);
arch/x86/events/intel/core.c
5547
union perf_capabilities intel_cap = hybrid(dev_get_drvdata(dev), intel_cap);
arch/x86/events/intel/core.c
6102
union perf_capabilities perf_cap;
arch/x86/events/perf_event.h
736
union perf_capabilities intel_cap;
arch/x86/events/perf_event.h
928
union perf_capabilities intel_cap;
arch/x86/include/asm/kvm_host.h
833
u64 perf_capabilities;
arch/x86/kvm/vmx/pmu_intel.c
177
u64 perf_capabilities;
arch/x86/kvm/vmx/pmu_intel.c
190
perf_capabilities = vcpu_get_perf_capabilities(vcpu);
arch/x86/kvm/vmx/pmu_intel.c
191
ret = (perf_capabilities & PERF_CAP_PEBS_BASELINE) &&
arch/x86/kvm/vmx/pmu_intel.c
192
((perf_capabilities & PERF_CAP_PEBS_FORMAT) > 3);
arch/x86/kvm/vmx/pmu_intel.c
497
u64 perf_capabilities;
arch/x86/kvm/vmx/pmu_intel.c
541
perf_capabilities = vcpu_get_perf_capabilities(vcpu);
arch/x86/kvm/vmx/pmu_intel.c
543
(perf_capabilities & PERF_CAP_LBR_FMT))
arch/x86/kvm/vmx/pmu_intel.c
580
if (perf_capabilities & PERF_CAP_PEBS_FORMAT) {
arch/x86/kvm/vmx/pmu_intel.c
581
if (perf_capabilities & PERF_CAP_PEBS_BASELINE) {
arch/x86/kvm/vmx/pmu_intel.h
14
return vcpu->arch.perf_capabilities;
arch/x86/kvm/x86.c
12792
vcpu->arch.perf_capabilities = kvm_caps.supported_perf_cap;
arch/x86/kvm/x86.c
3952
if (vcpu->arch.perf_capabilities == data)
arch/x86/kvm/x86.c
3955
vcpu->arch.perf_capabilities = data;
arch/x86/kvm/x86.c
4408
msr_info->data = vcpu->arch.perf_capabilities;
tools/testing/selftests/kvm/x86/pmu_counters_test.c
106
vcpu_set_msr(*vcpu, MSR_IA32_PERF_CAPABILITIES, perf_capabilities);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
331
static void test_arch_events(uint8_t pmu_version, uint64_t perf_capabilities,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
345
pmu_version, perf_capabilities);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
498
static void test_gp_counters(uint8_t pmu_version, uint64_t perf_capabilities,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
505
pmu_version, perf_capabilities);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
564
static void test_fixed_counters(uint8_t pmu_version, uint64_t perf_capabilities,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
572
pmu_version, perf_capabilities);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
93
uint64_t perf_capabilities)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
154
union perf_capabilities val = host_cap;
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
41
static const union perf_capabilities immutable_caps = {
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
50
static const union perf_capabilities format_caps = {