Searched defs:backtrace (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_stack.c41 debug_backtrace_capture(struct debug_stack_frame *backtrace, argument
76 backtrace[i++].function = frame_pointer[1];
94 backtrace[i++].function = NULL;
101 debug_backtrace_dump(const struct debug_stack_frame *backtrace, argument
107 if(!backtrace[i].function)
109 debug_symbol_print(backtrace[i].function);
H A Du_debug_memory.c61 struct debug_stack_frame backtrace[DEBUG_MEMORY_STACK]; member in struct:debug_memory_header
132 debug_backtrace_capture(hdr->backtrace, 0, DEBUG_MEMORY_STACK);
296 debug_backtrace_dump(hdr->backtrace, DEBUG_MEMORY_STACK);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_stack.c41 debug_backtrace_capture(struct debug_stack_frame *backtrace, argument
76 backtrace[i++].function = frame_pointer[1];
94 backtrace[i++].function = NULL;
101 debug_backtrace_dump(const struct debug_stack_frame *backtrace, argument
107 if(!backtrace[i].function)
109 debug_symbol_print(backtrace[i].function);
H A Du_debug_memory.c61 struct debug_stack_frame backtrace[DEBUG_MEMORY_STACK]; member in struct:debug_memory_header
132 debug_backtrace_capture(hdr->backtrace, 0, DEBUG_MEMORY_STACK);
296 debug_backtrace_dump(hdr->backtrace, DEBUG_MEMORY_STACK);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb52 def backtrace!
53 Call.convert_backtrace( backtrace )
/external/chromium_org/base/
H A Dlogging_win.cc65 void* backtrace[kMaxBacktraceDepth]; local
71 depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL);
79 event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
/external/chromium_org/base/debug/
H A Dstack_trace_android.cc75 std::string backtrace = ToString(); local
76 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str());
H A Dtrace_event_win.cc84 void* backtrace[32]; local
86 // See whether we're to capture a backtrace.
89 arraysize(backtrace),
90 backtrace,
93 event.SetField(4, sizeof(backtrace[0]) * depth, backtrace);
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc151 const intptr_t* backtrace = NULL; local
159 parser.ReadPointerArray(stack_depth, &backtrace) &&
165 EventLevelToSeverity(event->Header.Class.Level), stack_depth, backtrace,
178 const intptr_t* backtrace = NULL; local
186 parser.ReadPointerArray(stack_depth, &backtrace) &&
190 backtrace);
H A Dlog_file_printer.cc106 const intptr_t* backtrace,
117 const intptr_t* backtrace) OVERRIDE;
216 const intptr_t* backtrace,
234 const intptr_t* backtrace) {
213 OnLogMessageFull(const EVENT_TRACE* event, logging::LogSeverity severity, DWORD stack_depth, const intptr_t* backtrace, int line, const base::StringPiece& file, const base::StringPiece& message) argument
228 OnTraceEvent(const EVENT_TRACE* event, const base::StringPiece& name, char type, intptr_t id, const base::StringPiece& extra, DWORD stack_depth, const intptr_t* backtrace) argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem2.c31 ** The backtrace functionality is only available with GLIBC
34 extern int backtrace(void**,int);
37 # define backtrace(A,B) 1 macro
46 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
52 ** backtrace pointers. There is also a guard word at the end of the
59 char nBacktraceSlots; /* Available backtrace slots */
96 ** The number of levels of backtrace to save in new allocations.
274 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
435 ** Set the number of backtrace levels kept for each allocation.
/external/srec/srec/include/
H A Dsrec.h51 wtokenID word_backtrace; /* alternative backtrace, diff from path b.p.*/
106 nodeID end_node; /* for backtrace with word graph */
107 wtokenID backtrace; /* for backtrace */ member in struct:word_token_t
125 * Contains what we need for later backtrace, nbest, etc.
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c868 yasm_span **backtrace; member in struct:yasm_span
907 span->backtrace = NULL;
1105 if (span->backtrace)
1106 yasm_xfree(span->backtrace);
1176 * span is in our backtrace.
1178 if (optd->span->backtrace) {
1180 if (optd->span->backtrace[i] == depspan)
1186 /* Add our complete backtrace and ourselves to backtrace of dependent
1189 if (!depspan->backtrace) {
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14610 ** The backtrace functionality is only available with GLIBC
14613 extern int backtrace(void**,int);
14616 # define backtrace(A,B) 1 macro
14624 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
14630 ** backtrace pointers. There is also a guard word at the end of the
14637 char nBacktraceSlots; /* Available backtrace slots */
14674 ** The number of levels of backtrace to save in new allocations.
14852 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15013 ** Set the number of backtrace levels kept for each allocation.
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16603 ** The backtrace functionality is only available with GLIBC
16606 extern int backtrace(void**,int);
16609 # define backtrace(A,B) 1 macro
16618 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
16624 ** backtrace pointers. There is also a guard word at the end of the
16631 char nBacktraceSlots; /* Available backtrace slots */
16668 ** The number of levels of backtrace to save in new allocations.
16846 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
17007 ** Set the number of backtrace levels kept for each allocation.
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16603 ** The backtrace functionality is only available with GLIBC
16606 extern int backtrace(void**,int);
16609 # define backtrace(A,B) 1 macro
16618 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
16624 ** backtrace pointers. There is also a guard word at the end of the
16631 char nBacktraceSlots; /* Available backtrace slots */
16668 ** The number of levels of backtrace to save in new allocations.
16846 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
17007 ** Set the number of backtrace levels kept for each allocation.
[all...]

Completed in 1842 milliseconds