Searched defs:maxStackLevel (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | call_stack.cpp | 354 void CallStack::UnwindStep(unw_cursor_t &c, std::vector<CallFrame> &callStack, size_t maxStackLevel)
in UnwindStep() argument 410 DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack, size_t maxStackLevel) DoUnwind() argument 440 UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum, const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, size_t maxStackLevel, int maxjsDepth, bool jsReport) UnwindCallStack() argument 502 DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, size_t maxStackLevel, int maxjsDepth, bool jsReport) DoUnwind2() argument [all...] |
H A D | virtual_runtime.cpp | 206 UnwindStack(std::vector<u64>& regs, const u8* stack_addr, int stack_size, pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, size_t maxStackLevel) UnwindStack() argument
|
/developtools/hiperf/src/ |
H A D | callstack.cpp | 379 void CallStack::UnwindStep(unw_cursor_t &c, std::vector<DfxFrame> &callStack, size_t maxStackLevel) in UnwindStep() argument 435 DoUnwind(const VirtualThread &thread, std::vector<DfxFrame> &callStack, size_t maxStackLevel) DoUnwind() argument 468 UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, const u8 *stack, u64 stackSize, std::vector<DfxFrame> &callStack, size_t maxStackLevel) UnwindCallStack() argument 654 DoUnwind2(const VirtualThread &thread, std::vector<DfxFrame> &callStack, size_t maxStackLevel) DoUnwind2() argument
|
Completed in 5 milliseconds