Home
last modified time | relevance | path

Searched refs:MSR_IA32_APERF (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_msr.c80 [PERF_MSR_APERF] = { MSR_IA32_APERF, &evattr_aperf, test_aperfmperf, },
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h436 #define MSR_IA32_APERF 0x000000e8 macro
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c888 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample()
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c992 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()