diff options
author | Morten Rasmussen <[email protected]> | 2016-10-14 14:41:10 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-11-16 10:29:06 +0100 |
commit | 9e0994c0a1c1f82c705f1f66388e1bcffcee8bb9 (patch) | |
tree | 201386837c202af26b39a8ff1e07b2f35ea3b807 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | bf475ce0a3dd75b5d1df6c6c14ae25168caa15ac (diff) |
sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups
For asymmetric CPU capacity systems it is counter-productive for
throughput if low capacity CPUs are pulling tasks from non-overloaded
CPUs with higher capacity. The assumption is that higher CPU capacity is
preferred over running alone in a group with lower CPU capacity.
This patch rejects higher CPU capacity groups with one or less task per
CPU as potential busiest group which could otherwise lead to a series of
failing load-balancing attempts leading to a force-migration.
Signed-off-by: Morten Rasmussen <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions