]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/power turbostat: Print core_id and apic_id in hex
authorLen Brown <len.brown@intel.com>
Tue, 24 Mar 2026 23:31:50 +0000 (19:31 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 22 Apr 2026 15:31:57 +0000 (11:31 -0400)
commitda828b6cafc103119b971290d44db5f33af7924e
tree51c4caa5c05e07c0ff4a02dfaed970eec01616c9
parent092b76a3253fdd476e6d0626a094bf7b632f8eef
tools/power turbostat: Print core_id and apic_id in hex

The core_id is based on a mask of the apic_id.
Print them both in hex, rather than decimal,
to make this relationship visibly clear.

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