Searched defs:backtrace (Results 1 - 7 of 7) sorted by relevance
/external/libchrome/base/trace_event/ |
H A D | heap_profiler_allocation_context.h | 22 // 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 D | u_debug_stack.c | 41 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 D | u_debug_memory.c | 61 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 D | call-stack.rb | 52 def backtrace! 53 Call.convert_backtrace( backtrace )
|
/external/libunwind_llvm/test/ |
H A D | libunwind_01.pass.cpp | 4 void backtrace(int lower_bound) { function 25 backtrace(i); 29 backtrace(i); 34 backtrace(i);
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 18107 ** 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 D | sqlite3.c | 18107 ** 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