Searched refs:unwind_start (Results 1 – 6 of 6) sorted by relevance
/linux/arch/s390/include/asm/ |
A D | unwind.h | 58 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start() function 74 for (unwind_start(state, task, regs, first_frame); \
|
/linux/arch/x86/kernel/ |
A D | stacktrace.c | 24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk() 39 for (unwind_start(&state, task, NULL, NULL); in arch_stack_walk_reliable()
|
A D | dumpstack.c | 197 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
|
A D | process.c | 970 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state); in __get_wchan()
|
/linux/arch/x86/include/asm/ |
A D | unwind.h | 59 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
|
/linux/arch/x86/events/ |
A D | core.c | 2783 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel() 2785 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()
|
Completed in 15 milliseconds