Home
last modified time | relevance | path

Searched refs:nr_frames (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug_stack.c91 unsigned nr_frames) in debug_backtrace_capture() argument
106 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture()
119 while (i < nr_frames) { in debug_backtrace_capture()
150 unsigned nr_frames) in debug_backtrace_dump() argument
155 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_dump()
168 unsigned nr_frames) in debug_backtrace_print() argument
173 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_print()
200 unsigned nr_frames) in debug_backtrace_capture() argument
204 if (!nr_frames) { in debug_backtrace_capture()
238 assert(start_frame + nr_frames < 63); in debug_backtrace_capture()
[all …]
Du_debug_stack_android.cpp56 unsigned nr_frames) in debug_backtrace_capture() argument
60 if (!nr_frames) in debug_backtrace_capture()
66 for (unsigned i = 0; i < nr_frames; i++) in debug_backtrace_capture()
76 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_capture()
96 unsigned nr_frames) in debug_backtrace_dump() argument
98 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_dump()
113 unsigned nr_frames) in debug_backtrace_print() argument
115 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_print()
132 unsigned nr_frames) in debug_backtrace_capture() argument
138 unsigned nr_frames) in debug_backtrace_dump() argument
[all …]
Du_debug_stack.h79 unsigned nr_frames);
83 unsigned nr_frames);
88 unsigned nr_frames);