Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp70 static ClientConfig g_ClientConfig = {0}; variable
247 g_ClientConfig.Reset(); in MallocHookStart()
249 g_hookClient = std::make_shared<HookSocketClient>(g_hookPid, &g_ClientConfig, &g_sampler, in MallocHookStart()
279 g_ClientConfig.filterSize = min > 0 ? min : 0; in ohos_malloc_hook_on_start()
294 g_ClientConfig.Reset(); in ohos_release_on_end()
353 if (g_ClientConfig.responseLibraryMode) { in FpUnwind()
361 if (g_ClientConfig.responseLibraryMode) { in FpUnwind()
370 if (g_ClientConfig.arktsConfig.jsStackReport > 0) { in getJsChainId()
386 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_malloc()
398 …if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) { … in hook_malloc()
[all …]