Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/x86/events/
Dmsr.c158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
/Linux-v6.6/tools/arch/x86/include/asm/
Dmsr-index.h810 #define MSR_IA32_MPERF 0x000000e7 macro
/Linux-v6.6/arch/x86/include/asm/
Dmsr-index.h815 #define MSR_IA32_MPERF 0x000000e7 macro
/Linux-v6.6/drivers/cpufreq/
Damd-pstate.c403 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
Dintel_pstate.c2184 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
/Linux-v6.6/tools/power/x86/turbostat/
Dturbostat.c2125 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()