Searched refs:FILTER_STACK_DEPTH (Results 1 – 3 of 3) sorted by relevance
39 const size_t FILTER_STACK_DEPTH = 2; variable40 const size_t MAX_CALL_FRAME_UNWIND_SIZE = MAX_UNWIND_DEPTH + FILTER_STACK_DEPTH;
165 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()
206 if (callFrames.size() <= FILTER_STACK_DEPTH) { in UnwindStack()211 offset = FILTER_STACK_DEPTH; in UnwindStack()234 if (callFrames.size() <= FILTER_STACK_DEPTH) { in UnwindStack()