Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h405 return boot_cpu_has(X86_FEATURE_PEBS) && kvm_pmu_cap.pebs_ept && in vmx_pebs_supported()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h84 #define X86_FEATURE_PEBS ( 3*32+12) /* "pebs" Precise-Event Based Sampling */ macro
/linux/arch/x86/events/intel/
H A Dds.c3332 x86_pmu.ds_pebs = boot_cpu_has(X86_FEATURE_PEBS); in intel_ds_pebs_init()