Searched refs:Backtrace (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | backtrace_stub.cpp | 1 #include <backtrace/Backtrace.h> 3 Backtrace* 4 Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map)
|
| H A D | sync_stub.cpp | 5 #include <backtrace/Backtrace.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_stack_android.cpp | 24 #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 D | u_debug_stack_android.cpp | 24 #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 D | Backtrace.h | 106 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 D | Bug Report.md | 46 - Backtrace
|
| H A D | Bug Report - AMD Radeon Vulkan.md | 27 - Backtrace (for crashes)
|
Completed in 7 milliseconds