diff options
author | Dietmar Eggemann <[email protected]> | 2019-05-27 07:21:11 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-06-03 11:49:39 +0200 |
commit | 1c1b8a7b03ef50f80f5d0c871ee261c04a6c967e (patch) | |
tree | c2d98abc3b654389e464aaa4ee5670b1a9133dc1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5e83eafbfd3b351537c0d74467fc43e8a88f4ae4 (diff) |
sched/fair: Replace source_load() & target_load() with weighted_cpuload()
With LB_BIAS disabled, source_load() & target_load() return
weighted_cpuload(). Replace both with calls to weighted_cpuload().
The function to obtain the load index (sd->*_idx) for an sd,
get_sd_load_idx(), can be removed as well.
Finally, get rid of the sched feature LB_BIAS.
Signed-off-by: Dietmar Eggemann <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Morten Rasmussen <[email protected]>
Cc: Patrick Bellasi <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Quentin Perret <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Valentin Schneider <[email protected]>
Cc: Vincent Guittot <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions