Home
last modified time | relevance | path

Searched refs:g_hookPid (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp70 static pid_t g_hookPid = 0; member
253 g_hookClient = std::make_shared<HookSocketClient>(g_hookPid, &g_ClientConfig, &g_sampler, in MallocHookStart()
267 g_hookPid = GetRealPid(); in ohos_malloc_hook_on_start()
442 GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_malloc()
453 GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_malloc()
460 rawdata.pid = static_cast<uint32_t>(g_hookPid); in hook_malloc()
547 GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_aligned_alloc()
558 GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_aligned_alloc()
565 rawdata.pid = static_cast<uint32_t>(g_hookPid); in hook_aligned_alloc()
652 GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadI in hook_calloc()
[all...]

Completed in 3 milliseconds