Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dlbr.c177 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in is_lbr_call_stack_bit_set()
206 if (!static_cpu_has(X86_FEATURE_ARCH_LBR) && !pmi && cpuc->lbr_sel) in __intel_pmu_lbr_enable()
212 if (!static_cpu_has(X86_FEATURE_ARCH_LBR)) in __intel_pmu_lbr_enable()
227 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in __intel_pmu_lbr_enable()
235 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) { in __intel_pmu_lbr_disable()
499 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in lbr_is_reset_in_cstate()
706 if (!static_cpu_has(X86_FEATURE_ARCH_LBR)) in release_lbr_buffers()
725 if (!static_cpu_has(X86_FEATURE_ARCH_LBR)) in reserve_lbr_buffers()
916 if (!static_cpu_has(X86_FEATURE_ARCH_LBR) || !x86_pmu.lbr_br_type) in get_lbr_br_type()
924 if (static_cpu_has(X86_FEATURE_ARCH_LBR) && !x86_pmu.lbr_mispred) in get_lbr_mispred()
[all …]
Dcore.c5013 if (boot_cpu_has(X86_FEATURE_ARCH_LBR)) in intel_pmu_init()
/arch/x86/include/asm/fpu/
Dxstate.h92 if (!boot_cpu_has(X86_FEATURE_ARCH_LBR)) in xfeatures_mask_dynamic()
/arch/x86/include/asm/
Dcpufeatures.h391 #define X86_FEATURE_ARCH_LBR (18*32+19) /* Intel ARCH LBR */ macro
/arch/x86/events/
Dperf_event.h907 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in task_context_opt()