tools/power/turbostat: Rename some TRL functions
authorZhang Rui <rui.zhang@intel.com>
Sun, 30 Jul 2023 05:54:25 +0000 (13:54 +0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 27 Sep 2023 14:14:18 +0000 (22:14 +0800)
commita3943deaf98f713c819dd7e67af734d4ed4da030
treebb486d83fd65b127077607d5d6353443427260d9
parent10d85d85ab4f3ae7faca4450ce7b0a166fd396f0
tools/power/turbostat: Rename some TRL functions

Rename dump_hsw_turbo_ratio_limits() and dump_ivt_turbo_ratio_limits()
to dump_turbo_ratio_limit2() and dump_turbo_ratio_limit1() because they
dump MSR_TURBO_RATIO_LIMIT1/LIMIT2, and the MSRs' behavior is
consistent when they are available.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Reviewed-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c