ANDROID: vendor_hooks: add hook to optimize the madvise processing flow
Add vendor_hook trace_android_vh_process_madvise_begin, allow vendor modules
to mark the start of the madvise processing.
Add vendor_hook trace_android_vh_process_madvise_iter, allow vendor modules
to document the state during the iteration of madvise processing and allow us
to intervene in the loop based on the state of the process.
Bug: 337591184
Change-Id: I8cca4818de19c5823e2821ce9b5b0903cbee3281
Signed-off-by:
Dezhi Huang <huangdezhi@hihonor.com>
Loading
Please sign in to comment