cpupower: Show Intel turbo ratio support via ./cpupower frequency-info
This adds the last piece missing from turbostat (if called with -v). It shows on Intel machines supporting Turbo Boost how many cores have to be active/idle to enter which boost mode (frequency). Whether the HW really enters these boost modes can be verified via ./cpupower monitor. Signed-off-by:Thomas Renninger <trenn@suse.de> CC: lenb@kernel.org CC: linux@dominikbrodowski.net CC: cpufreq@vger.kernel.org Signed-off-by:
Dominik Brodowski <linux@dominikbrodowski.net>
Showing
- tools/power/cpupower/utils/cpufreq-info.c 42 additions, 12 deletionstools/power/cpupower/utils/cpufreq-info.c
- tools/power/cpupower/utils/helpers/cpuid.c 28 additions, 1 deletiontools/power/cpupower/utils/helpers/cpuid.c
- tools/power/cpupower/utils/helpers/helpers.h 9 additions, 4 deletionstools/power/cpupower/utils/helpers/helpers.h
- tools/power/cpupower/utils/helpers/msr.c 16 additions, 0 deletionstools/power/cpupower/utils/helpers/msr.c
Please register or sign in to comment