commit | c91fc8519d87715a3a173475ea3778794c139996 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Sat May 27 21:18:12 2017 -0700 |
committer | Len Brown <len.brown@intel.com> | Sat Jun 24 20:03:19 2017 -0700 |
tree | a0d623cbceeb6cc3eb0415d39994530985000d18 | |
parent | f4fdf2b474606580b95eed95d06c762d4fd3f57b [diff] |
tools/power turbostat: stop migrating, unless '-m' Turbostat has the capability to set its own affinity to each CPU so that its MSR accesses are on the local CPU. However, using the in-kernel cross-call in the msr driver tends to be less invasive, so do that -- by-default. '-m' remains to get the old behaviour. Signed-off-by: Len Brown <len.brown@intel.com>