1. 25 Feb, 2017 2 commits
    • Len Brown's avatar
      tools/power turbostat: Add --show and --hide parameters · 812db3f7
      Len Brown authored
      Add the "--show" and "--hide" cmdline parameters.
      
      By default, turbostat shows all columns.
      
      turbostat --hide counter_list
      will continue showing all columns, except for those listed.
      
      turbostat --show counter_list
      will show _only_ the listed columns
      
      These features work for built-in counters, and have no effect
      on columns added with the --add parameter.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      812db3f7
    • Len Brown's avatar
      tools/power turbostat: fix bugs in --add option · 678a3bd1
      Len Brown authored
      When --add was used more than once, overflowed buffers
      caused some counters to be stored on top of others,
      corrupting the results.  Simplify the code by simply
      reserving space for up to 16 added counters per each
      cpu, core, package.
      
      Per-cpu added counters were being printed only per-core.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      678a3bd1
  2. 19 Feb, 2017 11 commits
  3. 18 Feb, 2017 1 commit
  4. 17 Feb, 2017 19 commits
  5. 16 Feb, 2017 7 commits