commit | 812db3f77b9a3f6ed59baf7a0d5c3fd8ec8ef86a | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Feb 10 00:25:41 2017 -0500 |
committer | Len Brown <len.brown@intel.com> | Sat Feb 25 16:52:28 2017 -0500 |
tree | ce938c6bdc3a2ca51bd7a3b59bcd1d78ac8f5796 | |
parent | 678a3bd1b3de6d2ebf604e7d708bc8150bb667e9 [diff] |
tools/power turbostat: Add --show and --hide parameters 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: Len Brown <len.brown@intel.com>