Searched refs:unwind_start (Results 1 – 15 of 15) sorted by relevance
/linux/arch/loongarch/kernel/ |
H A D | unwind_guess.c | 13 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function 20 EXPORT_SYMBOL_GPL(unwind_start);
|
H A D | stacktrace.c | 35 for (unwind_start(&state, task, regs); in arch_stack_walk() 61 for (unwind_start(&state, task, regs); in arch_stack_walk_reliable()
|
H A D | unwind_prologue.c | 240 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function 258 EXPORT_SYMBOL_GPL(unwind_start);
|
H A D | unwind_orc.c | 340 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function 348 EXPORT_SYMBOL_GPL(unwind_start);
|
H A D | process.c | 217 for (unwind_start(&state, task, NULL); in __get_wchan()
|
H A D | perf_event.c | 79 for (unwind_start(&state, current, regs); in perf_callchain_kernel()
|
H A D | traps.c | 93 for (unwind_start(&state, task, pregs); in show_backtrace()
|
/linux/arch/s390/include/asm/ |
H A D | unwind.h | 73 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start() function 89 for (unwind_start(state, task, regs, first_frame); \
|
/linux/arch/x86/kernel/ |
H 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()
|
H A D | dumpstack.c | 197 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
|
H A D | process.c | 1030 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state); in __get_wchan()
|
/linux/arch/loongarch/include/asm/ |
H A D | unwind.h | 33 void unwind_start(struct unwind_state *state,
|
/linux/arch/x86/include/asm/ |
H A D | unwind.h | 59 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
|
/linux/arch/x86/events/ |
H A D | core.c | 2776 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel() 2778 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 3568 for (unwind_start(&state, current, NULL, NULL); !unwind_done(&state); in arch_bpf_stack_walk()
|