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