Searched refs:unwind_start (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/arch/loongarch/kernel/ |
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);
|
A D | unwind_prologue.c | 238 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function 256 EXPORT_SYMBOL_GPL(unwind_start);
|
A D | stacktrace.c | 32 for (unwind_start(&state, task, regs); in arch_stack_walk()
|
A D | process.c | 207 for (unwind_start(&state, task, NULL); in __get_wchan()
|
A D | traps.c | 76 for (unwind_start(&state, task, pregs); in show_backtrace()
|
A D | perf_event.c | 79 for (unwind_start(&state, current, regs); in perf_callchain_kernel()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
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-6.3-rc2/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 | 991 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state); in __get_wchan()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | unwind.h | 32 void unwind_start(struct unwind_state *state,
|
/linux-6.3-rc2/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-6.3-rc2/arch/x86/events/ |
A D | core.c | 2775 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel() 2777 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()
|
Completed in 26 milliseconds