Home
last modified time | relevance | path

Searched refs:MUNMAP_MSG (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h66 MUNMAP_MSG, enumerator
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp192 } else if (rawData->stackConext->type == MUNMAP_MSG) { in TakeResults()
357 } else if ((rawStack->stackConext->type == MUNMAP_MSG) && !hookConfig_.munmap_stack_report()) { in GetCallStackId()
440 case MUNMAP_MSG: in SetHookData()
494 } else if (rawStack->stackConext->type == MUNMAP_MSG) { in SetHookData()
613 case MUNMAP_MSG: in WriteFrames()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp759 rawdata.type = MUNMAP_MSG; in hook_munmap()