tools/power turbostat: fix segfault on 'no node' machines
authorNathan Ciobanu <nathan.d.ciobanu@linux.intel.com>
Fri, 8 Jun 2018 22:15:12 +0000 (15:15 -0700)
committerLen Brown <len.brown@intel.com>
Wed, 20 Jun 2018 17:55:04 +0000 (13:55 -0400)
commit42dd45209201edb222de5f9eadc1c8f93700ef28
tree6932027a3b20fd4ff1bfabe3656397b0abe7d0dc
parent4c2122d42116ebaa1665ad0fbef2c558fdc0e3c6
tools/power turbostat: fix segfault on 'no node' machines

Running turbostat on machines that don't expose nodes
in sysfs (no /sys/bus/node) causes a segfault or a -nan
value diesplayed in the log. This is caused by
physical_node_id being reported as -1 and logical_node_id
being calculated as a negative number resulting in the new
GET_THREAD/GET_CORE returning an incorrect address.

Signed-off-by: Nathan Ciobanu <nathan.d.ciobanu@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c