Home
last modified time | relevance | path

Searched refs:current_backtrace (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libutils/
H A DCallStack_test.cpp31 TEST(CallStackTest, current_backtrace) { in TEST() argument
/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto137 repeated BacktraceFrame current_backtrace = 4; field
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp193 CB(should_log, "%d total frames", thread.current_backtrace().size()); in print_thread_backtrace()
199 print_backtrace(callback, tombstone, thread.current_backtrace(), should_log); in print_thread_backtrace()