Skip to content
Commit 301b1d3a authored by Bas Nieuwenhuizen's avatar Bas Nieuwenhuizen Committed by Len Brown
Browse files

tools/power/turbostat: Fix turbostat for AMD Zen CPUs



It was reported that on Zen+ system turbostat started exiting,
which was tracked down to the MSR_PKG_ENERGY_STAT read failing because
offset_to_idx wasn't returning a non-negative index.

This patch combined the modification from Bingsong Si and
Bas Nieuwenhuizen and addd the MSR to the index system as alternative for
MSR_PKG_ENERGY_STATUS.

Fixes: 9972d5d8 ("tools/power turbostat: Enable accumulate RAPL display")
Reported-by: default avataryouling257 <youling257@gmail.com>
Tested-by: default avataryouling257 <youling257@gmail.com>
Tested-by: default avatarKurt Garloff <kurt@garloff.de>
Tested-by: default avatarBingsong Si <owen.si@ucloud.cn>
Tested-by: default avatarArtem S. Tashkinov <aros@gmx.com>
Co-developed-by: default avatarBingsong Si <owen.si@ucloud.cn>
Co-developed-by: default avatarTerry Bowman <terry.bowman@amd.com>
Signed-off-by: default avatarBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: default avatarChen Yu <yu.c.chen@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent ba58ecde
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment