Skip to content
  1. Feb 28, 2015
  2. Feb 13, 2015
  3. Feb 12, 2015
  4. Feb 11, 2015
  5. Feb 10, 2015
    • Len Brown's avatar
      48a0631c
    • Len Brown's avatar
      tools/power turbostat: update parameters, documentation · d8af6f5f
      Len Brown authored
      
      
      Long format options added, though the short ones should still work.
      eg. the new "--Counter 0x10" is the same as the old "-C 0x10"
      
      Note this Incompatibility:
      Old:
      -v displayed verbose debug output
      
      New:
      -v and --version simpaly display version
      
      Additional parameters:
      -d and --debug display verbose debug output
      -h and --help display a help message
      
      Updated turbosat.8 man page accordingly.
      
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      d8af6f5f
    • Len Brown's avatar
      tools/power turbostat: Skip printing disabled package C-states · ee7e38e3
      Len Brown authored
      
      
      Replaced previously open-coded Package C-state Limit decoding
      with table-driven decoding.  In doing so, updated to match January 2015
      "Intel(R) 64 and IA-23 Architectures Software Developer's Manual".
      
      In the past, turbostat would print package C-state residency columns
      for all package states supported by the model's architecture, even though
      a particular SKU may not support them, or they may be disabled by the BIOS.
      Now turbostat will skip printing colunns if MSRs indicate that they are not enabled.
      eg. many SKUs don't support PC7, and so that column will no longer be printed.
      
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      ee7e38e3
Loading