Searched refs:Backtrace (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dbacktrace_stub.cpp1 #include <backtrace/Backtrace.h>
3 Backtrace*
4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map)
H A Dsync_stub.cpp5 #include <backtrace/Backtrace.h>
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_stack_android.cpp24 #include <backtrace/Backtrace.h>
40 Backtrace *backtrace;
46 /* We keep an Android Backtrace handler around for each thread */
54 backtrace = Backtrace::Create(getpid(), tid);
57 backtrace = (Backtrace *) backtrace_entry->data;
64 /* Store the Backtrace handler in the first mesa frame for reference.
67 * The Backtrace handler only stores the results until the next Unwind,
77 Backtrace *backtrace = (Backtrace *) mesa_backtrace->function;
99 Backtrace *backtrac
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_stack_android.cpp24 #include <backtrace/Backtrace.h>
54 Backtrace *bt;
59 bt = Backtrace::Create(BACKTRACE_CURRENT_PROCESS,
/xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/
H A DBacktrace.h106 class Backtrace { class
117 // Create the correct Backtrace object based on what is to be unwound.
118 // If pid < 0 or equals the current pid, then the Backtrace object
120 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
122 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
127 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = nullptr);
129 virtual ~Backtrace();
190 Backtrace(pid_t pid, pid_t tid, BacktraceMap* map);
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report.md46 - Backtrace
H A DBug Report - AMD Radeon Vulkan.md27 - Backtrace (for crashes)

Completed in 7 milliseconds