Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_amd.c640 if (!cpu_has_perfctr_core) in amd_pmu_init()
645 if (cpu_has_perfctr_core) in amd_pmu_init()
/linux-3.4.99/arch/x86/include/asm/
Dcpufeature.h303 #define cpu_has_perfctr_core boot_cpu_has(X86_FEATURE_PERFCTR_CORE) macro