]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/power turbostat: stop migrating, unless '-m'
authorLen Brown <len.brown@intel.com>
Sun, 28 May 2017 04:18:12 +0000 (21:18 -0700)
committerLen Brown <len.brown@intel.com>
Sun, 25 Jun 2017 03:03:19 +0000 (20:03 -0700)
commitc91fc8519d87715a3a173475ea3778794c139996
treea0d623cbceeb6cc3eb0415d39994530985000d18
parentf4fdf2b474606580b95eed95d06c762d4fd3f57b
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>
tools/power/x86/turbostat/turbostat.c