Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp236 static bool IsPidChanged(void);
386 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_malloc()
491 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_aligned_alloc()
607 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_calloc()
716 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_realloc()
844 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_free()
872 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_free()
980 if (g_ClientConfig.mmapDisable || IsPidChanged()) { in hook_mmap()
1098 if (g_ClientConfig.mmapDisable || IsPidChanged()) { in hook_munmap()
1180 if (reinterpret_cast<char*>(arg5) == nullptr || IsPidChanged()) { in hook_prctl()
[all …]