Searched refs:MSR_IA32_MPERF (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/turbostat/ |
H A D | smi_aperf_mperf.py | 20 MSR_IA32_MPERF = 0x000000e7 variable 58 if len(pread(file_msr.fileno(), 8, MSR_IA32_MPERF)) != 8:
|
/linux/arch/x86/kernel/cpu/ |
H A D | aperfmperf.c | 44 rdmsrl(MSR_IA32_MPERF, mperf); in init_counter_refs() 478 rdmsrl(MSR_IA32_MPERF, mperf); in arch_scale_freq_tick()
|
/linux/arch/x86/events/ |
H A D | msr.c | 158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
|
/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 906 #define MSR_IA32_MPERF 0x000000e7 macro
|
/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 906 #define MSR_IA32_MPERF 0x000000e7 macro
|
/linux/drivers/cpufreq/ |
H A D | amd-pstate.c | 465 rdmsrl(MSR_IA32_MPERF, mperf); in amd_pstate_sample()
|
H A D | intel_pstate.c | 2427 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 1490 .msr = MSR_IA32_MPERF,
|