commit | 8cb48b32a5defbbf333adb9a3f2101c39d37af64 | [log] [tgz] |
---|---|---|
author | Prarit Bhargava <prarit@redhat.com> | Fri Jun 01 10:04:31 2018 -0400 |
committer | Len Brown <len.brown@intel.com> | Fri Jun 01 23:12:46 2018 -0400 |
tree | 6a5be1e07162d36ef175c6d6f63e5929a6a2ff6e | |
parent | ef6057417a6f770dfc2f1f551763cedb4d93a9cf [diff] |
tools/power turbostat: track thread ID in cpu_topology The code can be simplified if the cpu_topology *cpus tracks the thread IDs. This removes an additional file lookup and simplifies the counter initialization code. Add thread ID to cpu_topology information and cleanup the counter initialization code. v2: prevent thread_id from being overwritten Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Len Brown <len.brown@intel.com>