Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_msr.c81 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &evattr_mperf, test_aperfmperf, },
/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h435 #define MSR_IA32_MPERF 0x000000e7 macro
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c889 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c994 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()