Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Daperfmperf.c47 rdmsrl(MSR_IA32_MPERF, mperf); in aperfmperf_snapshot_khz()
/Linux-v4.19/arch/x86/events/
Dmsr.c120 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &evattr_mperf, test_aperfmperf, },
/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h511 #define MSR_IA32_MPERF 0x000000e7 macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h778 #define MSR_IA32_MPERF 0x000000e7 macro
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1571 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c1751 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()