Lines Matching full:stack
7 * This file provides arbitration code for stack unwinders.
9 * Multiple stack unwinders can be available on a system, usually with
20 * This is the most basic stack unwinder an architecture can
22 * RISC CPUs, it can be implemented by looking through the stack for
26 * construct more accurate stack traces.
30 .name = "stack-reader",
40 * "curr_unwinder" points to the stack unwinder currently in use. This
59 * select_unwinder - Select the best registered stack unwinder.
63 * Select the stack unwinder with the best rating. This is useful for
81 * Enqueue the stack unwinder sorted by rating.
103 * unwinder_register - Used to install new stack unwinder
106 * Install the new stack unwinder on the unwinder list, which is sorted
128 * Unwind the call stack and pass information to the stacktrace_ops
130 * stack dumper because the current one faulted unexpectedly.
143 * code for the current stack unwinder we try to downgrade to in unwind_stack()