]> Git Repo - linux.git/commit
show nohz_full cpus in sysfs
authorRik van Riel <[email protected]>
Fri, 24 Apr 2015 19:24:28 +0000 (15:24 -0400)
committerGreg Kroah-Hartman <[email protected]>
Wed, 20 May 2015 07:15:09 +0000 (00:15 -0700)
commit6570a9a1ce3a1dd227a065fd8ad16778d827b753
treec3bcd277013cdc2af71a136d0409023ca4b88118
parent59f30abe94bff50636c8cad45207a01fdcb2ee49
show nohz_full cpus in sysfs

Currently there is no way to query which CPUs are in nohz_full
mode from userspace.

Export the CPU list running in nohz_full mode in sysfs,
specifically in the file /sys/devices/system/cpu/nohz_full

This can be used by system management tools like libvirt,
openstack, and others to ensure proper task placement.

Signed-off-by: Rik van Riel <[email protected]>
Acked-by: Mike Galbraith <[email protected]>
Acked-by: Chris Metcalf <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/base/cpu.c
This page took 0.04699 seconds and 4 git commands to generate.