Home
last modified time | relevance | path

Searched refs:BacktraceFrame (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto81 repeated BacktraceFrame allocation_backtrace = 4;
84 repeated BacktraceFrame deallocation_backtrace = 6;
137 repeated BacktraceFrame current_backtrace = 4;
145 message BacktraceFrame { message
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtombstone.h34 class BacktraceFrame; variable
70 void fill_in_backtrace_frame(BacktraceFrame* f, const unwindstack::FrameData& frame);
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp151 BacktraceFrame* f = heap_object->add_allocation_backtrace(); in AddCauseProtos()
160 BacktraceFrame* f = heap_object->add_deallocation_backtrace(); in AddCauseProtos()
H A Dscudo.cpp115 BacktraceFrame* f = heap_object->add_allocation_backtrace(); in FillInCause()
124 BacktraceFrame* f = heap_object->add_deallocation_backtrace(); in FillInCause()
H A Dtombstone_proto.cpp323 void fill_in_backtrace_frame(BacktraceFrame* f, const unwindstack::FrameData& frame) { in fill_in_backtrace_frame()
414 BacktraceFrame* f = thread.add_current_backtrace(); in dump_thread_backtrace()
H A Dtombstone_proto_to_text.cpp163 const google::protobuf::RepeatedPtrField<BacktraceFrame>& backtrace, in print_backtrace()