Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/proto/
H A Dtombstone.proto71 repeated BacktraceFrame allocation_backtrace = 4;
74 repeated BacktraceFrame deallocation_backtrace = 6;
126 repeated BacktraceFrame current_backtrace = 4;
133 message BacktraceFrame { message
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtombstone.h34 class BacktraceFrame; variable
71 void fill_in_backtrace_frame(BacktraceFrame* f, const unwindstack::FrameData& frame,
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dscudo.cpp110 BacktraceFrame* f = heap_object->add_allocation_backtrace(); in FillInCause()
119 BacktraceFrame* f = heap_object->add_deallocation_backtrace(); in FillInCause()
H A Dgwp_asan.cpp149 BacktraceFrame* f = heap_object->add_allocation_backtrace(); in AddCauseProtos()
158 BacktraceFrame* f = heap_object->add_deallocation_backtrace(); in AddCauseProtos()
H A Dtombstone_proto.cpp302 void fill_in_backtrace_frame(BacktraceFrame* f, const unwindstack::FrameData& frame, in fill_in_backtrace_frame()
423 BacktraceFrame* f = thread.add_current_backtrace(); in dump_thread()
H A Dtombstone_proto_to_text.cpp150 const google::protobuf::RepeatedPtrField<BacktraceFrame>& backtrace, in print_backtrace()