Lines Matching full:stack
5 * Stack trace management functions
19 * stack_trace_print - Print the entries in the stack trace
38 * stack_trace_snprint - Print the entries in the stack trace into a buffer
105 * stack_trace_save - Save a stack trace into a storage array
108 * @skipnr: Number of entries to skip at the start of the stack trace
128 * stack_trace_save_tsk - Save a task stack trace into a storage array
132 * @skipnr: Number of entries to skip at the start of the stack trace
156 * stack_trace_save_regs - Save a stack trace based on pt_regs into a storage array
160 * @skipnr: Number of entries to skip at the start of the stack trace
180 * stack_trace_save_tsk_reliable - Save task stack with verification
186 * stack. Otherwise it guarantees that the stack trace is
202 * If the task doesn't have a stack (e.g., a zombie), the stack is in stack_trace_save_tsk_reliable()
216 * stack_trace_save_user - Save a user space stack trace into a storage array
230 /* Trace user stack if not a kernel thread */ in stack_trace_save_user()
260 * stack_trace_save - Save a stack trace into a storage array
263 * @skipnr: Number of entries to skip at the start of the stack trace
282 * stack_trace_save_tsk - Save a task stack trace into a storage array
286 * @skipnr: Number of entries to skip at the start of the stack trace
306 * stack_trace_save_regs - Save a stack trace based on pt_regs into a storage array
310 * @skipnr: Number of entries to skip at the start of the stack trace
329 * stack_trace_save_tsk_reliable - Save task stack with verification
335 * stack. Otherwise it guarantees that the stack trace is
355 * stack_trace_save_user - Save a user space stack trace into a storage array
384 * filter_irq_stacks - Find first IRQ stack entry in trace
385 * @entries: Pointer to stack trace array
388 * Return: Number of trace entries until IRQ stack starts.
396 /* Include the irqentry function into the stack. */ in filter_irq_stacks()