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/
H A Dhook_common.h37 const int32_t MIN_STACK_DEPTH = 6; member
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp359 size_t minStackDepth = hookConfig_.max_stack_depth() > MIN_STACK_DEPTH in TakeResults()
360 ? MIN_STACK_DEPTH : hookConfig_.max_stack_depth(); in TakeResults()

Completed in 4 milliseconds