ANDROID: vendor_hooks: add hook in __mutex_unlock_slowpath()
This hook is used to modify the variables in mutex oemdata when the task releases mutex lock.
This code cannot be done in existing hook trace_android_vh_mutex_unlock_slowpath(), because it is executed after wake_up_q, and there is a risk that the mutex object has been freed.
Bug: 362700382
Change-Id: I7787c0ea51959642a010891606b2bc39fe056dd2
Signed-off-by:
zhujingpeng <zhujingpeng@vivo.com>