summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2015-10-20 10:46:26 +0200
committerLeo Yan <leo.yan@linaro.org>2016-05-10 16:53:23 +0800
commitcd248fa758ba2358d4dbf612090e6bbc075c46b1 (patch)
tree7e465e10fd149a27e347d1753adcc0f0a661a27a /tools/perf/scripts/python
parent9d44dc7fe29c4b925ddbbd6a2551929da28dfbfb (diff)
sched: remove call of sched_avg_update from sched_rt_avg_update
rt_avg is only used to scale the available CPU's capacity for CFS tasks. As the update of this scaling is done during periodic load balance, we only have to ensure that sched_avg_update has been called before any periodic load balancing. This requirement is already fulfilled by __update_cpu_load so the call in sched_rt_avg_update, which is part of the hotpath, is useless. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by: Steve Muckle <smuckle@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions