Lines Matching refs:mperf
121 u64 mperf; member
1560 sample->core_avg_perf = div_ext_fp(sample->aperf, sample->mperf); in intel_pstate_calc_avg_perf()
1565 u64 aperf, mperf; in intel_pstate_sample() local
1571 rdmsrl(MSR_IA32_MPERF, mperf); in intel_pstate_sample()
1573 if (cpu->prev_mperf == mperf || cpu->prev_tsc == tsc) { in intel_pstate_sample()
1582 cpu->sample.mperf = mperf; in intel_pstate_sample()
1585 cpu->sample.mperf -= cpu->prev_mperf; in intel_pstate_sample()
1589 cpu->prev_mperf = mperf; in intel_pstate_sample()
1622 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()
1691 sample->mperf, in intel_pstate_adjust_pstate()
2175 sample->mperf, in intel_cpufreq_trace()