ANDROID: vendor_hooks: add hook for kernel workqueue
Add hooks in __queue_work() and process_one_work() to record
the working status and execution time of each delegated work.
Also add hooks in kick_pool() to allow us to know the next worker
and the first work, which is used to apply specific scheduling
policies to worker.
Bug: 374015971
Change-Id: Id84541461b5f37300b5cad1cfbef4533aa0390d5
Signed-off-by:
liulu liu <liulu.liu@honor.corp-partner.google.com>
Loading