Searched defs:get_backtrace (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Ddebug_stacktrace.cpp82 // The first stack frame is get_backtrace itself. Skip it.
110 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* frames, size_t max_depth) { function
123 frame_count = get_backtrace(self_bt, 16);

Completed in 3 milliseconds