diff options
author | 2024-10-02 11:47:16 -0700 | |
---|---|---|
committer | 2024-10-08 08:50:48 -1000 | |
commit | aefa398d93d5db7c555be78a605ff015357f127d (patch) | |
tree | af9dba031b8661b1b5e5ea4df4a5d3bbc3594200 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c (diff) | |
download | wireguard-linux-aefa398d93d5db7c555be78a605ff015357f127d.tar.xz wireguard-linux-aefa398d93d5db7c555be78a605ff015357f127d.zip |
cgroup/rstat: Tracking cgroup-level niced CPU time
Cgroup-level CPU statistics currently include time spent on
user/system processes, but do not include niced CPU time (despite
already being tracked). This patch exposes niced CPU time to the
userspace, allowing users to get a better understanding of their
hardware limits and can facilitate more informed workload distribution.
A new field 'ntime' is added to struct cgroup_base_stat as opposed to
struct task_cputime to minimize footprint.
Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions