diff options
author | 2024-07-17 22:33:42 +0800 | |
---|---|---|
committer | 2024-07-29 12:22:34 +0200 | |
commit | 2c2d9624697fc5e7dd84490ae01b80cc43ec2def (patch) | |
tree | de823254cdede10614d8f4045055fce19a8d9ab7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable() (diff) | |
download | wireguard-linux-2c2d9624697fc5e7dd84490ae01b80cc43ec2def.tar.xz wireguard-linux-2c2d9624697fc5e7dd84490ae01b80cc43ec2def.zip |
sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock
nr_spread_over tracks the number of instances where the difference
between a scheduling entity's virtual runtime and the minimum virtual
runtime in the runqueue exceeds three times the scheduler latency,
indicating significant disparity in task scheduling.
Commit that removed its usage: 5e963f2bd: sched/fair: Commit to EEVDF
cfs_rq->exec_clock was used to account for time spent executing tasks.
Commit that removed its usage: 5d69eca542ee1 sched: Unify runtime
accounting across classes
cfs_rq::nr_spread_over and cfs_rq::exec_clock are not used anymore in
eevdf. Remove them from struct cfs_rq.
Signed-off-by: Chuyi Zhou <zhouchuyi@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Chengming Zhou <chengming.zhou@linux.dev>
Reviewed-by: K Prateek Nayak <kprateek.nayak@amd.com>
Acked-by: Vishal Chourasia <vishalc@linux.ibm.com>
Link: https://lore.kernel.org/r/20240717143342.593262-1-zhouchuyi@bytedance.com
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions