]> git.baikalelectronics.ru Git - kernel.git/commit
tools/power turbostat: further decode MSR_IA32_MISC_ENABLE
authorLen Brown <len.brown@intel.com>
Thu, 12 Jan 2017 04:17:24 +0000 (23:17 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 1 Mar 2017 05:14:03 +0000 (00:14 -0500)
commit707c842d28fe73c158664996b5c548f9e2979f47
tree75628064980e6094ef835f540196b01d64558d66
parent32c27fe28ea011679fae0b1517d6d74dcf6d057c
tools/power turbostat: further decode MSR_IA32_MISC_ENABLE

Decode MISC_ENABLE.NO_TURBO,
also use the #defines in msr-index.h for decoding this register

cpu0: MSR_IA32_MISC_ENABLE: 0x00850089 (TCC EIST MWAIT TURBO)

Although it is not architectural, decode also
MSR_IA32_MISC_ENABLE.prefetch-disable (bit-9).
documented to be present on: Core, P4, Intel-Xeon
reserved on: Atom, Silvermont, Nehalem, SNB, PHI ec.

Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c