Home
last modified time | relevance | path

Searched refs:FILTER_STACK_DEPTH (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h39 const size_t FILTER_STACK_DEPTH = 2; variable
40 const size_t MAX_CALL_FRAME_UNWIND_SIZE = MAX_UNWIND_DEPTH + FILTER_STACK_DEPTH;
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp165 minStackDepth += FILTER_STACK_DEPTH; in TakeResults()
239 : hookConfig_.max_stack_depth() + FILTER_STACK_DEPTH; in TakeResults()
353 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in GetCallStackId()
383 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in SetEventFrame()
410 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in SetAllocStatisticsFrame()
623 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in WriteFrames()
Dvirtual_runtime.cpp206 if (callFrames.size() <= FILTER_STACK_DEPTH) { in UnwindStack()
211 offset = FILTER_STACK_DEPTH; in UnwindStack()
234 if (callFrames.size() <= FILTER_STACK_DEPTH) { in UnwindStack()