Home
last modified time | relevance | path

Searched refs:mmapDisable (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h108 mmapDisable = false; in Reset()
121 << ", mallocDisable:" << mallocDisable << ", mmapDisable:" << mmapDisable in ToString()
132 bool mmapDisable = false; member
Dhook_standalone.h32 bool mmapDisable; member
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp75 clientConfig.mmapDisable = hookData.mmapDisable; in GetClientConfig()
Dhook_manager.cpp175 clientConfig.mmapDisable = hookConfig_.mmap_disable(); in GetClientConfig()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp629 if (g_ClientConfig.mmapDisable || IsPidChanged()) { in hook_mmap()
717 if (g_ClientConfig.mmapDisable || IsPidChanged()) { in hook_munmap()