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

/external/libchrome/base/trace_event/
H A Dheap_profiler_allocation_context.h22 // The backtrace in the allocation context is a snapshot of the stack. For now,
28 // The number of stack frames stored in the backtrace is a trade off between
41 // Unused backtrace frames are filled with nullptr frames. If the stack is
56 // An allocation context with empty backtrace and unknown type.
59 Backtrace backtrace; member in struct:base::trace_event::AllocationContext
87 size_t operator()(const base::trace_event::Backtrace& backtrace) const;
/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/libunwind_llvm/test/
H A Dlibunwind_01.pass.cpp4 void backtrace(int lower_bound) { function
25 backtrace(i);
29 backtrace(i);
34 backtrace(i);
/external/sqlite/dist/orig/
H A Dsqlite3.c18107 ** The backtrace functionality is only available with GLIBC
18110 extern int backtrace(void**,int);
18113 # define backtrace(A,B) 1 macro
18122 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
18128 ** backtrace pointers. There is also a guard word at the end of the
18135 char nBacktraceSlots; /* Available backtrace slots */
18172 ** The number of levels of backtrace to save in new allocations.
18350 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
18511 ** Set the number of backtrace levels kept for each allocation.
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18107 ** The backtrace functionality is only available with GLIBC
18110 extern int backtrace(void**,int);
18113 # define backtrace(A,B) 1 macro
18122 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
18128 ** backtrace pointers. There is also a guard word at the end of the
18135 char nBacktraceSlots; /* Available backtrace slots */
18172 ** The number of levels of backtrace to save in new allocations.
18350 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
18511 ** Set the number of backtrace levels kept for each allocation.
[all...]

Completed in 782 milliseconds