Searched refs:unwind_start (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | unwind.h | 58 static inline void unwind_start(struct unwind_state *state, in unwind_start() function 74 for (unwind_start(state, task, regs, first_frame); \
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | stacktrace.c | 24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk() 45 for (unwind_start(&state, task, NULL, NULL); in arch_stack_walk_reliable()
|
D | dumpstack.c | 197 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
|
/kernel/linux/linux-5.10/arch/x86/oprofile/ |
D | backtrace.c | 107 for (unwind_start(&state, current, regs, NULL); in x86_backtrace()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | unwind.h | 55 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
|
/kernel/linux/linux-5.10/arch/x86/events/ |
D | core.c | 2561 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel() 2563 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()
|