ANDROID: vendor_hooks: change the argument to 'lock struct' for some hooks
To count some information about locks, we need to replace the argument 'current' by 'lock struct' for these four hooks. - android_vh_record_mutex_lock_starttime - android_vh_record_rtmutex_lock_starttime - android_vh_record_rwsem_lock_starttime - android_vh_record_pcpu_rwsem_starttime Bug: 336412598 Change-Id: I52d610079023df0feb1173ec99a6c72d12483f80 Signed-off-by:xieliujie <xieliujie@oppo.com> [cmllamas: updated more hook instances after commit 0c1c8a1bada8] Signed-off-by:
Carlos Llamas <cmllamas@google.com>
Loading
Please sign in to comment