diff options
author | Rik van Riel <[email protected]> | 2021-04-22 13:02:36 -0400 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2021-05-12 11:43:23 +0200 |
commit | e5e678e4fea26d73444f4427cbbaeab4fa79ecee (patch) | |
tree | 87538ce381a47c6ec2b6edbfc90e7b67159002cd /tools/perf/scripts/python/stackcollapse.py | |
parent | 2b8ca1a907d5fffc85fb648bbace28ddf3420825 (diff) |
sched,fair: Skip newidle_balance if a wakeup is pending
The try_to_wake_up function has an optimization where it can queue
a task for wakeup on its previous CPU, if the task is still in the
middle of going to sleep inside schedule().
Once schedule() re-enables IRQs, the task will be woken up with an
IPI, and placed back on the runqueue.
If we have such a wakeup pending, there is no need to search other
CPUs for runnable tasks. Just skip (or bail out early from) newidle
balancing, and run the just woken up task.
For a memcache like workload test, this reduces total CPU use by
about 2%, proportionally split between user and system time,
and p99 and p95 application response time by 10% on average.
The schedstats run_delay number shows a similar improvement.
Signed-off-by: Rik van Riel <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Vincent Guittot <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions