Home
last modified time | relevance | path

Searched refs:PERF_CAP_PEBS_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h265 #define PERF_CAP_PEBS_MASK (PERF_CAP_PEBS_TRAP | PERF_CAP_ARCH_REG | \ macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h281 #define PERF_CAP_PEBS_MASK (PERF_CAP_PEBS_TRAP | PERF_CAP_ARCH_REG | \ macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c2447 if ((data & PERF_CAP_PEBS_MASK) != in vmx_set_msr()
2448 (kvm_caps.supported_perf_cap & PERF_CAP_PEBS_MASK)) in vmx_set_msr()
7869 perf_cap |= host_perf_cap & PERF_CAP_PEBS_MASK; in vmx_get_perf_capabilities()