Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c554 (perf_capabilities & PERF_CAP_LBR_FMT)) in intel_pmu_refresh()
H A Dvmx.c2261 if ((kvm_caps.supported_perf_cap & PERF_CAP_LBR_FMT) && in vmx_get_supported_debugctl()
2555 if (data & PERF_CAP_LBR_FMT) { in vmx_set_msr()
2556 if ((data & PERF_CAP_LBR_FMT) != in vmx_set_msr()
2557 (kvm_caps.supported_perf_cap & PERF_CAP_LBR_FMT)) in vmx_set_msr()
7963 perf_cap |= host_perf_cap & PERF_CAP_LBR_FMT; in vmx_get_perf_capabilities()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h323 #define PERF_CAP_LBR_FMT 0x3f macro