Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/
Daperfmperf.c44 rdmsrl(MSR_IA32_MPERF, mperf); in init_counter_refs()
391 rdmsrl(MSR_IA32_MPERF, mperf); in arch_scale_freq_tick()
/linux-6.6.21/arch/x86/events/
Dmsr.c158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h810 #define MSR_IA32_MPERF 0x000000e7 macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h816 #define MSR_IA32_MPERF 0x000000e7 macro
/linux-6.6.21/drivers/cpufreq/
Damd-pstate.c404 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
Dintel_pstate.c2209 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/linux-6.6.21/tools/power/x86/turbostat/
Dturbostat.c2125 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()