Home
last modified time | relevance | path

Searched refs:X86_FEATURE_BTS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h85 #define X86_FEATURE_BTS ( 3*32+13) /* "bts" Branch Trace Store */ macro
/linux/arch/x86/events/intel/
H A Dbts.c606 x86_pmu.bts = boot_cpu_has(X86_FEATURE_BTS); in bts_init()