To display the performance state of all CPUs, use the following command: # cpufreq-aperf This will display the performance state of all CPUs in the system. If you encounter the below error while running the command cpufreq-aperf: cpufreq-aperf: command not found you may try installing th...
* - (Low perf, Low freq) * - (Nominal perf, Nominal perf) */ static unsigned int cppc_cpufreq_perf_to_khz(struct cppc_cpudata *cpu_data, unsigned int perf) { struct cppc_perf_caps *caps = &cpu_data->perf_caps; s64 retval, offset = 0; ...