Home
last modified time | relevance | path

Searched refs:X86_FEATURE_ARCH_LBR (Results 1 – 4 of 4) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h434 #define X86_FEATURE_ARCH_LBR (18*32+19) /* "arch_lbr" Intel ARCH LBR */ macro
/linux/arch/x86/events/
H A Dperf_event.h1180 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in task_context_opt()
/linux/arch/x86/events/intel/
H A Dcore.c6110 if (!static_cpu_has(X86_FEATURE_ARCH_LBR) && x86_pmu.lbr_nr) in intel_pmu_cpu_starting()
7642 if (boot_cpu_has(X86_FEATURE_ARCH_LBR)) in intel_pmu_init()
8529 if (boot_cpu_has(X86_FEATURE_ARCH_LBR)) { in intel_pmu_init()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8070 if (!cpu_feature_enabled(X86_FEATURE_ARCH_LBR) && in vmx_get_perf_capabilities()