Home
last modified time | relevance | path

Searched refs:pebs_format (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_pmu_caps_test.c26 u64 pebs_format:4; member
45 .pebs_format = -1,
52 .pebs_format = -1,
179 for (val.pebs_format = 1; val.pebs_format; val.pebs_format++) { in KVM_ONE_VCPU_TEST()
180 if (val.pebs_format == host_cap.pebs_format) in KVM_ONE_VCPU_TEST()
185 val.pebs_format, host_cap.pebs_format); in KVM_ONE_VCPU_TEST()
/linux/arch/x86/events/intel/
H A Dcore.c4882 if (x86_pmu.intel_cap.pebs_format >= 6 && x86_pmu.intel_cap.pebs_baseline) in intel_pmu_has_pebs_counter_group()