Home
last modified time | relevance | path

Searched refs:kMaxFrames (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/benchmarks/
Dthread_unwind_benchmarks.cpp28 constexpr size_t kMaxFrames = 32; variable
68 unwindstack::ThreadUnwinder unwinder(kMaxFrames); in BM_thread_unwind()
Dlocal_unwind_benchmarks.cpp32 constexpr size_t kMaxFrames = 32; variable
72 unwindstack::Unwinder unwinder(kMaxFrames, data->maps, regs.get(), data->process_memory); in Unwind()
81 unwinder->Unwind(&frame_info, kMaxFrames); in LocalUnwind()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dtombstone.h45 constexpr size_t kMaxFrames = 256; variable
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp89 unwindstack::UnwinderFromPid unwinder(kMaxFrames, getpid()); in debuggerd_fallback_trace()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp595 unwindstack::UnwinderFromPid unwinder(kMaxFrames, pid, unwindstack::Regs::CurrentArch()); in engrave_tombstone_ucontext()