Searched refs:core_avg_perf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | intel_pstate.c | 101 * @core_avg_perf: Ratio of APERF/MPERF which is the actual average 104 * P state. This can be different than core_avg_perf 118 int32_t core_avg_perf; member 1855 sample->core_avg_perf = div_ext_fp(sample->aperf, sample->mperf); in intel_pstate_calc_avg_perf() 1902 return mul_ext_fp(cpu->sample.core_avg_perf, cpu_khz); in get_avg_frequency() 1908 cpu->sample.core_avg_perf); in get_avg_pstate() 1977 trace_pstate_sample(mul_ext_fp(100, sample->core_avg_perf), in intel_pstate_adjust_pstate() 2494 * core_avg_perf) is not needed and so is re-assigned to indicate if the 2497 * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | intel_pstate.c | 93 * @core_avg_perf: Ratio of APERF/MPERF which is the actual average 96 * P state. This can be different than core_avg_perf 110 int32_t core_avg_perf; member 2198 sample->core_avg_perf = div_ext_fp(sample->aperf, sample->mperf); in intel_pstate_calc_avg_perf() 2245 return mul_ext_fp(cpu->sample.core_avg_perf, cpu_khz); in get_avg_frequency() 2251 cpu->sample.core_avg_perf); in get_avg_pstate() 2320 trace_pstate_sample(mul_ext_fp(100, sample->core_avg_perf), in intel_pstate_adjust_pstate() 2826 * core_avg_perf) is not needed and so is re-assigned to indicate if the 2829 * (or performance or core_avg_perf) have a fixed y-axis from 0 to 100%,
|
Completed in 9 milliseconds