Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeature.h83 #define X86_FEATURE_PEBS (3*32+12) /* Precise-Event Based Sampling */ macro
290 #define cpu_has_pebs boot_cpu_has(X86_FEATURE_PEBS)
/arch/x86/kernel/cpu/
Dintel.c392 set_cpu_cap(c, X86_FEATURE_PEBS); in init_intel()
Dperf_event_intel_ds.c702 x86_pmu.pebs = boot_cpu_has(X86_FEATURE_PEBS); in intel_ds_init()