Searched defs:max_depth (Results 1 – 3 of 3) sorted by relevance
188 AllocRecordStackVisitor(Thread* thread, size_t max_depth, AllocRecordStackTrace* trace_out) in AllocRecordStackVisitor()
4039 StackCrawlState(uintptr_t* frames, size_t max_depth, size_t skip_count) in StackCrawlState()4066 static size_t get_backtrace(uintptr_t* frames, size_t max_depth) { in get_backtrace()
61 uint32_t max_depth) in BoundedStackVisitor()112 uint32_t max_depth = profile_options.GetMaxStackDepth(); in GetSample() local