commit | 4d6ced7bef959701533d1e5c003872e837318e38 | [log] [tgz] |
---|---|---|
author | Zhang Rui <rui.zhang@intel.com> | Sat May 17 15:43:59 2025 +0800 |
committer | Len Brown <len.brown@intel.com> | Sun Jun 08 14:10:16 2025 -0400 |
tree | 6b9f9e5ed6242a81038a2d0c9ead0a34c1c1373e | |
parent | c8bca955da22269db80576c676eb50a5ef156832 [diff] |
tools/power turbostat: Remove add_cstate_perf_counter_() As the only caller of add_cstate_perf_counter_(), add_cstate_perf_counter() just gives extra debug output on top. There is no need to keep both functions. Remove add_cstate_perf_counter_() and move all the logic to add_cstate_perf_counter(). No functional change. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>