diff options
author | Vincent Guittot <[email protected]> | 2017-03-17 14:47:22 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-03-23 07:44:51 +0100 |
commit | bc4278987e3874da62edf585fe8b3bdd9b53f638 (patch) | |
tree | ada2ebab0eba0ea0822342fdfee4bda29f622338 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | d7921a5ddab8d30e06e321f37eec629f23797486 (diff) |
sched/fair: Fix FTQ noise bench regression
A regression of the FTQ noise has been reported by Ying Huang,
on the following hardware:
8 threads Intel(R) Core(TM)i7-4770 CPU @ 3.40GHz with 8G memory
... which was caused by this commit:
commit 4e5160766fcc ("sched/fair: Propagate asynchrous detach")
The only part of the patch that can increase the noise is the update
of blocked load of group entity in update_blocked_averages().
We can optimize this call and skip the update of group entity if its load
and utilization are already null and there is no pending propagation of load
in the task group.
This optimization partly restores the noise score. A more agressive
optimization has been tried but has shown worse score.
Reported-by: [email protected]
Signed-off-by: Vincent Guittot <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Fixes: 4e5160766fcc ("sched/fair: Propagate asynchrous detach")
Link: http://lkml.kernel.org/r/[email protected]
[ Fixed typos, improved layout. ]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions