tools/power/turbostat: Move process to root cgroup
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Tue, 24 Jan 2023 18:39:53 +0000 (10:39 -0800)
committerZhang Rui <rui.zhang@intel.com>
Tue, 24 Oct 2023 05:38:09 +0000 (13:38 +0800)
commit37f68a2940558b4f6f8e51b7b1d00f084b4bdde2
treee40f00140952902da7a7c36e8d4dd124f62eb6a6
parentf638858da0925b29122f05135663013dc240eaf9
tools/power/turbostat: Move process to root cgroup

When available CPUs are reduced via cgroup cpuset controller, turbostat
will exit with errors (For example):
get_counters: Could not migrate to CPU 0
turbostat: re-initialized with num_cpus 20
get_counters: Could not migrate to CPU 0
turbostat: re-initialized with num_cpus 20

Move the turbostat to root cgroup, which has every CPU.

Writing the value 0 to a cgroup.procs file causes the writing
process to be moved to the corresponding cgroup.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Tested-by: Zhang Rui <rui.zhang@intel.com>
tools/power/x86/turbostat/turbostat.c