Files
android_kernel_fxtec_sm6115/kernel
Pavankumar Kondeti d8043c8b9e sched: Update WALT stats also in boosted_cpu_util()
The schedutil is calling twice into the scheduler while querying
the load of each CPU. The cpu_util_freq() is called first to
get the CPU un-boosted load and WALT stats. Then boosted_cpu_util()
is called to get the boosted CPU load. This results in doing the
the same calculations twice in the scheduler and printing
sched_load_to_gov trace point twice. Fix this inefficiency by
changing boosted_cpu_util() to update WALT stats along with
boosted CPU load.

Change-Id: Ia825cafca6a25c56b0edb1ae8c55e7c7277f2968
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
[satyap@codeaurora.org: trivial merge conflict resolution]
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
[avilaj@codeaurora.org: merge conflicts due to 4.19 port]
Signed-off-by: Jonathan Avila <avilaj@codeaurora.org>
2019-01-11 14:10:00 -08:00
..
2018-08-28 17:10:42 +05:30
2018-04-27 14:34:51 +02:00
2018-09-20 22:01:11 +02:00
2018-11-26 05:12:07 -08:00
2018-07-03 09:20:44 +02:00
2018-06-07 16:56:28 -04:00
2018-08-28 17:10:42 +05:30