diff options
author | Vincent Guittot <[email protected]> | 2021-02-24 14:30:04 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-03-06 12:40:21 +0100 |
commit | 7a82e5f52a3506bc35a4dc04d53ad2c9daf82e7f (patch) | |
tree | dec1abc82a53513bc4a12915ecb8d83b5b6430fc /tools/perf/scripts/python/syscall-counts.py | |
parent | 64f84f273592d17dcdca20244168ad9f525a39c3 (diff) |
sched/fair: Merge for each idle cpu loop of ILB
Remove the specific case for handling this_cpu outside for_each_cpu() loop
when running ILB. Instead we use for_each_cpu_wrap() and start with the
next cpu after this_cpu so we will continue to finish with this_cpu.
update_nohz_stats() is now used for this_cpu too and will prevents
unnecessary update. We don't need a special case for handling the update of
nohz.next_balance for this_cpu anymore because it is now handled by the
loop like others.
Signed-off-by: Vincent Guittot <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Valentin Schneider <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions