Searched refs:maxStackDepth (Results 1 – 12 of 12) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_standalone.cpp | 73 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()
|
| D | main.cpp | 81 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()
|
| D | hook_manager.cpp | 173 clientConfig.maxStackDepth = hookConfig_.max_stack_depth(); in GetClientConfig()
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_socket_client.cpp | 70 …config_->maxStackDepth = config_->maxStackDepth > MAX_UNWIND_DEPTH ? MAX_UNWIND_DEPTH : config_->… in ProtocolProc()
|
| D | hook_client.cpp | 300 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/ |
| D | hook_common.h | 106 maxStackDepth = 0; in Reset() 120 << ", clockId:" << clockId << ", maxStackDepth:" << std::to_string(maxStackDepth) in ToString() 130 uint8_t maxStackDepth = 0; member
|
| D | hook_standalone.h | 26 uint32_t maxStackDepth; member
|
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpRecordTrace.test.ts | 65 maxStackDepth: undefined,
|
| /developtools/smartperf_host/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 862 maxStackDepth: number; property
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 854 maxStackDepth: number; property
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1708 maxStackDepth: this.spAllocations!.unwind,
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1703 maxStackDepth: this.spAllocations!.unwind,
|