Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp73 clientConfig.maxStackDepth = hookData.maxStackDepth; in GetClientConfig()
103 if (hookData.maxStackDepth < DLOPEN_MIN_UNWIND_DEPTH) { in StartHook()
105 hookData.maxStackDepth = DLOPEN_MIN_UNWIND_DEPTH; in StartHook()
118 g_maxStackDepth = hookData.maxStackDepth; in StartHook()
124 nativeConfig.set_max_stack_depth(hookData.maxStackDepth); in StartHook()
Dmain.cpp81 hookData.maxStackDepth = std::stoi(args[idx + 1], nullptr); in ParseCommand()
82 if (std::to_string(hookData.maxStackDepth) != args[idx + 1]) { in ParseCommand()
198 if (hookData.maxStackDepth > 0) { in GetHookedProceInfo()
199 printf("depth greater than %u will not display\n", hookData.maxStackDepth); in GetHookedProceInfo()
Dhook_manager.cpp173 clientConfig.maxStackDepth = hookConfig_.max_stack_depth(); in GetClientConfig()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_socket_client.cpp70 …config_->maxStackDepth = config_->maxStackDepth > MAX_UNWIND_DEPTH ? MAX_UNWIND_DEPTH : config_-> in ProtocolProc()
Dhook_client.cpp300 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_malloc()
385 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_calloc()
465 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_realloc()
555 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_free()
644 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_mmap()
733 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_munmap()
828 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_memtrace()
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h106 maxStackDepth = 0; in Reset()
120 << ", clockId:" << clockId << ", maxStackDepth:" << std::to_string(maxStackDepth) in ToString()
130 uint8_t maxStackDepth = 0; member
Dhook_standalone.h26 uint32_t maxStackDepth; member
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts65 maxStackDepth: undefined,
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts862 maxStackDepth: number; property
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts854 maxStackDepth: number; property
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1708 maxStackDepth: this.spAllocations!.unwind,
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts1703 maxStackDepth: this.spAllocations!.unwind,