Home
last modified time | relevance | path

Searched hist:"2 ffbb22406079fec2c3a6ad6ee1dc99fede740ac" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.cdiff 2ffbb22406079fec2c3a6ad6ee1dc99fede740ac Thu Jul 26 08:08:54 CDT 2018 Prarit Bhargava <prarit@redhat.com> tools/power turbostat: Fix logical node enumeration to allow for non-sequential physical nodes

turbostat fails on some multi-package topologies because the logical node
enumeration assumes that the nodes are sequentially numbered,
which causes the logical numa nodes to not be enumerated, or enumerated incorrectly.

Use a more robust enumeration algorithm which allows for non-seqential physical nodes.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>