Home
last modified time | relevance | path

Searched refs:unwind_next_frame (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/arch/loongarch/kernel/
Dunwind_guess.c18 unwind_next_frame(state); in unwind_start()
22 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
26 EXPORT_SYMBOL_GPL(unwind_next_frame);
Dunwind_prologue.c255 unwind_next_frame(state); in unwind_start()
260 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
265 EXPORT_SYMBOL_GPL(unwind_next_frame);
Dstacktrace.c35 !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) { in arch_stack_walk()
Dprocess.c217 !unwind_done(&state); unwind_next_frame(&state)) { in __get_wchan()
Dperf_event.c80 !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()
Dtraps.c68 !unwind_done(&state); unwind_next_frame(&state)) { in show_backtrace()
/Linux-v6.6/arch/x86/kernel/
Dunwind_guess.c27 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
49 EXPORT_SYMBOL_GPL(unwind_next_frame);
70 unwind_next_frame(state); in __unwind_start()
Dstacktrace.c25 unwind_next_frame(&state)) { in arch_stack_walk()
41 unwind_next_frame(&state)) { in arch_stack_walk_reliable()
Dunwind_frame.c264 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
371 EXPORT_SYMBOL_GPL(unwind_next_frame);
417 unwind_next_frame(state); in __unwind_start()
Dunwind_orc.c468 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
683 EXPORT_SYMBOL_GPL(unwind_next_frame);
752 unwind_next_frame(state); in __unwind_start()
760 unwind_next_frame(state); in __unwind_start()
Ddumpstack.c296 unwind_next_frame(&state); in show_trace_log_lvl()
Dprocess.c1051 unwind_next_frame(&state)) { in __get_wchan()
/Linux-v6.6/arch/s390/kernel/
Dunwind_bc.c52 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
70 return unwind_next_frame(state); in unwind_next_frame()
119 EXPORT_SYMBOL_GPL(unwind_next_frame);
175 unwind_next_frame(state); in __unwind_start()
/Linux-v6.6/arch/s390/include/asm/
Dunwind.h60 bool unwind_next_frame(struct unwind_state *state);
91 unwind_next_frame(state))
/Linux-v6.6/arch/loongarch/include/asm/
Dunwind.h34 bool unwind_next_frame(struct unwind_state *state);
/Linux-v6.6/arch/x86/include/asm/
Dunwind.h44 bool unwind_next_frame(struct unwind_state *state);
/Linux-v6.6/arch/x86/events/
Dcore.c2774 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()