Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h37 const int32_t MIN_STACK_DEPTH = 6; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp160 size_t minStackDepth = hookConfig_.max_stack_depth() > MIN_STACK_DEPTH in TakeResults()
161 ? MIN_STACK_DEPTH : hookConfig_.max_stack_depth(); in TakeResults()