Home
last modified time | relevance | path

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

/Linux-v6.1/arch/loongarch/kernel/
Dunwind_guess.c36 unwind_next_frame(state); in unwind_start()
40 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
67 EXPORT_SYMBOL_GPL(unwind_next_frame);
Dunwind_prologue.c128 unwind_next_frame(state); in unwind_start()
132 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
177 EXPORT_SYMBOL_GPL(unwind_next_frame);
Dstacktrace.c33 !unwind_done(&state); unwind_next_frame(&state)) { in arch_stack_walk()
Dprocess.c201 for (; !unwind_done(&state); unwind_next_frame(&state)) { in __get_wchan()
Dtraps.c80 !unwind_done(&state); unwind_next_frame(&state)) { in show_backtrace()
Dperf_event.c80 !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()
/Linux-v6.1/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.c422 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
640 EXPORT_SYMBOL_GPL(unwind_next_frame);
709 unwind_next_frame(state); in __unwind_start()
717 unwind_next_frame(state); in __unwind_start()
Ddumpstack.c293 unwind_next_frame(&state); in show_trace_log_lvl()
Dprocess.c992 unwind_next_frame(&state)) { in __get_wchan()
/Linux-v6.1/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.1/arch/s390/include/asm/
Dunwind.h58 bool unwind_next_frame(struct unwind_state *state);
89 unwind_next_frame(state))
/Linux-v6.1/arch/loongarch/include/asm/
Dunwind.h29 bool unwind_next_frame(struct unwind_state *state);
/Linux-v6.1/arch/x86/include/asm/
Dunwind.h44 bool unwind_next_frame(struct unwind_state *state);
/Linux-v6.1/arch/x86/events/
Dcore.c2799 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()