ANDROID: sched: Add vendor hooks for override sugov behavior
Upstream moved the sugov to DEADLINE class which has higher prio than RT so it can potentially block many RT use case in Android. Also currently iowait doesn't distinguish background/foreground tasks and we have seen cases where device run to high frequency unnecessarily when running some background I/O. Bug: 344826816 Bug: 297343949 Signed-off-by:Wei Wang <wvw@google.com> Change-Id: I21e9bfe9ef75a4178279574389e417c3f38e65ac (cherry picked from commit e08c5de0) [Trivial conflict in includle/trace/hooks/sched.h due to new code added in same location.] Signed-off-by:
Qais Yousef <qyousef@google.com>
Loading