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
157 * stack_trace_save_regs - Save a stack trace based on pt_regs into a storage array
161 * @skipnr: Number of entries to skip at the start of the stack trace
181 * stack_trace_save_tsk_reliable - Save task stack with verification
187 * stack. Otherwise it guarantees that the stack trace is
203 * If the task doesn't have a stack (e.g., a zombie), the stack is in stack_trace_save_tsk_reliable()
217 * stack_trace_save_user - Save a user space stack trace into a storage array
231 /* Trace user stack if not a kernel thread */ in stack_trace_save_user()
261 * stack_trace_save - Save a stack trace into a storage array
264 * @skipnr: Number of entries to skip at the start of the stack trace
283 * stack_trace_save_tsk - Save a task stack trace into a storage array
287 * @skipnr: Number of entries to skip at the start of the stack trace
308 * stack_trace_save_regs - Save a stack trace based on pt_regs into a storage array
312 * @skipnr: Number of entries to skip at the start of the stack trace
331 * stack_trace_save_tsk_reliable - Save task stack with verification
337 * stack. Otherwise it guarantees that the stack trace is
357 * stack_trace_save_user - Save a user space stack trace into a storage array
386 * filter_irq_stacks - Find first IRQ stack entry in trace
387 * @entries: Pointer to stack trace array
390 * Return: Number of trace entries until IRQ stack starts.
398 /* Include the irqentry function into the stack. */ in filter_irq_stacks()