commit | 8201a0285789fade1c5b031914577e2b27a64f05 | [log] [tgz] |
---|---|---|
author | Prarit Bhargava <prarit@redhat.com> | Mon Jun 29 15:26:57 2020 -0400 |
committer | Len Brown <len.brown@intel.com> | Thu Sep 03 13:57:47 2020 -0400 |
tree | eb4994c870de72b430d38961b4aac0bb0e6bee17 | |
parent | 9972d5d84d76982606806b2ce887f70c2f8ba60a [diff] |
tools/power turbostat: Use sched_getcpu() instead of hardcoded cpu 0 Disabling cpu 0 results in an error turbostat: /sys/devices/system/cpu/cpu0/topology/thread_siblings: open failed: No such file or directory Use sched_getcpu() instead of a hardcoded cpu 0 to get the max cpu number. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Len Brown <len.brown@intel.com>