From: Len Brown Date: Fri, 15 Aug 2014 06:39:52 +0000 (-0400) Subject: tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS X-Git-Tag: fixes-v4.0-rc1~160^2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9a941d0b9361eac81fb763a89fb465f70b1c28;p=pandora-kernel.git tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS The Processor generation code-named Haswell added MSR_{CORE | GFX | RING}_PERF_LIMIT_REASONS to explain when and how the processor limits frequency. turbostat -v will now decode these bits. Each MSR has an "Active" set of bits which describe current conditions, and a "Logged" set of bits, which describe what has happened since last cleared. Turbostat currently doesn't clear the log bits. Signed-off-by: Len Brown --- Reading git-diff-tree failed