Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_common.h29 #define MAX_UNWIND_DEPTH (100) macro
40 const size_t MAX_CALL_FRAME_UNWIND_SIZE = MAX_UNWIND_DEPTH + FILTER_STACK_DEPTH;
101 uint64_t ip[MAX_UNWIND_DEPTH];
/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_socket_client.cpp120 config_->maxStackDepth = config_->maxStackDepth > MAX_UNWIND_DEPTH ? MAX_UNWIND_DEPTH : config_->maxStackDepth; in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp82 if (hookData.filterSize > MAX_UNWIND_DEPTH) { in ParseCommand()
83 printf("set max depth = %d\n", MAX_UNWIND_DEPTH); in ParseCommand()

Completed in 3 milliseconds