summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2020-05-13 16:55:02 +0300
committerPeter Zijlstra <peterz@infradead.org>2020-05-19 21:34:13 +0300
commit7d148be69e3a0eaa9d029a3c51b545e322116a99 (patch)
tree9397bb89403a5c316caf3151ead6074d72a78b58 /tools/perf/scripts/python/exported-sql-viewer.py
parent9013196a467e770e1470cccee6c0fe435ef37c66 (diff)
downloadlinux-7d148be69e3a0eaa9d029a3c51b545e322116a99.tar.xz
sched/fair: Optimize enqueue_task_fair()
enqueue_task_fair jumps to enqueue_throttle label when cfs_rq_of(se) is throttled which means that se can't be NULL in such case and we can move the label after the if (!se) statement. Futhermore, the latter can be removed because se is always NULL when reaching this point. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Phil Auld <pauld@redhat.com> Link: https://lkml.kernel.org/r/20200513135502.4672-1-vincent.guittot@linaro.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions