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