tools/power/turbostat: Rename rapl probing function
authorZhang Rui <rui.zhang@intel.com>
Thu, 31 Aug 2023 08:00:33 +0000 (16:00 +0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 27 Sep 2023 14:14:20 +0000 (22:14 +0800)
commit6cb13609a07ba466b4613fdce7da8c98508069b7
tree267418301e2035a543e098699346af37bd92d247
parent622c8f23556266a5afdd657aa0518b7d70d5dfc7
tools/power/turbostat: Rename rapl probing function

Rename rapl_probe() to probe_rapl() to be consistent with other probing
function names.

Probe rapl after probing uncore frequency.

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