Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_stack.c105 unsigned nr_frames) in debug_backtrace_capture() argument
120 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture()
133 while (i < nr_frames) { in debug_backtrace_capture()
164 unsigned nr_frames) in debug_backtrace_dump() argument
169 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_dump()
182 unsigned nr_frames) in debug_backtrace_print() argument
187 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_print()
214 unsigned nr_frames) in debug_backtrace_capture() argument
219 if (!nr_frames) { in debug_backtrace_capture()
253 assert(start_frame + nr_frames < 63); in debug_backtrace_capture()
[all …]
Du_debug_stack.h75 unsigned nr_frames);
79 unsigned nr_frames);
84 unsigned nr_frames);