Searched refs:unwind_stack (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ |
D | stacktrace.h | 8 extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, 16 static inline unsigned long unwind_stack(struct task_struct *task, in unwind_stack() function
|
/linux-4.4.14/arch/sh/kernel/ |
D | stacktrace.c | 53 unwind_stack(current, NULL, sp, &save_stack_ops, trace); in save_stack_trace() 88 unwind_stack(current, NULL, sp, &save_stack_ops_nosched, trace); in save_stack_trace_tsk()
|
D | unwinder.c | 131 void unwind_stack(struct task_struct *task, struct pt_regs *regs, in unwind_stack() function 164 EXPORT_SYMBOL_GPL(unwind_stack);
|
D | perf_callchain.c | 40 unwind_stack(NULL, regs, NULL, &callchain_ops, entry); in perf_callchain_kernel()
|
D | dumpstack.c | 135 unwind_stack(tsk, regs, sp, &print_trace_ops, ""); in show_trace()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | unwinder.h | 17 extern void unwind_stack(struct task_struct *, struct pt_regs *,
|
/linux-4.4.14/arch/sh/oprofile/ |
D | backtrace.c | 84 unwind_stack(NULL, regs, stackaddr, in sh_backtrace()
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event.c | 64 pc = unwind_stack(current, &sp, pc, &ra); in perf_callchain_kernel()
|
D | stacktrace.c | 59 pc = unwind_stack(tsk, &sp, pc, &ra); in save_context_stack()
|
D | process.c | 507 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, in unwind_stack() function 537 pc = unwind_stack(task, &sp, pc, &ra); in get_wchan()
|
D | traps.c | 154 pc = unwind_stack(task, &sp, pc, &ra); in show_backtrace()
|