diff options
author | Kristen Carlson Accardi <kristen@linux.intel.com> | 2012-11-21 08:22:43 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2013-04-17 19:23:26 -0400 |
commit | ca58710f3ae585ed6203043cc6d4ffb805adeee4 (patch) | |
tree | 9c35a136094b3d196937176c198d0a66cf88d06f /arch/x86/include | |
parent | 149c2319c6316d979de90ce2c8665e9c02d5927b (diff) |
tools/power turbostat: display C8, C9, C10 residency
Display residency in the new C-states, C8, C9, C10.
C8, C9, C10 are present on some:
"Fourth Generation Intel(R) Core(TM) Processors",
which are based on Intel(R) microarchitecture code name Haswell.
Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/uapi/asm/msr-index.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/msr-index.h b/arch/x86/include/uapi/asm/msr-index.h index 892ce40a7470..78e852545abb 100644 --- a/arch/x86/include/uapi/asm/msr-index.h +++ b/arch/x86/include/uapi/asm/msr-index.h | |||
@@ -118,6 +118,9 @@ | |||
118 | #define MSR_CORE_C6_RESIDENCY 0x000003fd | 118 | #define MSR_CORE_C6_RESIDENCY 0x000003fd |
119 | #define MSR_CORE_C7_RESIDENCY 0x000003fe | 119 | #define MSR_CORE_C7_RESIDENCY 0x000003fe |
120 | #define MSR_PKG_C2_RESIDENCY 0x0000060d | 120 | #define MSR_PKG_C2_RESIDENCY 0x0000060d |
121 | #define MSR_PKG_C8_RESIDENCY 0x00000630 | ||
122 | #define MSR_PKG_C9_RESIDENCY 0x00000631 | ||
123 | #define MSR_PKG_C10_RESIDENCY 0x00000632 | ||
121 | 124 | ||
122 | /* Run Time Average Power Limiting (RAPL) Interface */ | 125 | /* Run Time Average Power Limiting (RAPL) Interface */ |
123 | 126 | ||