]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Add uclampset schedutil
authorQais Yousef <qais.yousef@arm.com>
Tue, 13 Oct 2020 15:03:44 +0000 (16:03 +0100)
committerQais Yousef <qais.yousef@arm.com>
Tue, 2 Feb 2021 10:56:26 +0000 (10:56 +0000)
commit5407f8978247c01081f120ddabf4920cee65d01a
treeabfd97ce6284d0f13cfdd65491d4274fce595184
parentee3f4a3dfcd1932df5eb8d7d05784238d00951c9
Add uclampset schedutil

Utilization clamping is a new kernel feature that got merged in 5.3. It
allows controlling the performance of a process by manipulating the
utilization such that the task appears bigger or smaller than what it
really is.

There's a system-wide control to to restrict what maximum values the
process are allowed to use.

Man page added in a later patch attempts to explain the usage in more
detail.

Signed-off-by: Qais Yousef <qais.yousef@arm.com>
.gitignore
include/pathnames.h
schedutils/sched_attr.h
schedutils/uclampset.c [new file with mode: 0644]