Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A 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);
H A 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);
H A Dstacktrace.c35 !unwind_done(&state); unwind_next_frame(&state)) { in arch_stack_walk()
H A Dprocess.c218 !unwind_done(&state); unwind_next_frame(&state)) { in __get_wchan()
H A Dperf_event.c80 !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()
H A Dtraps.c68 !unwind_done(&state); unwind_next_frame(&state)) { in show_backtrace()
/openbmc/linux/arch/x86/kernel/
H A 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()
H A Dstacktrace.c25 unwind_next_frame(&state)) { in arch_stack_walk()
41 unwind_next_frame(&state)) { in arch_stack_walk_reliable()
H A 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()
H A 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()
H A Ddumpstack.c296 unwind_next_frame(&state); in show_trace_log_lvl()
H A Dprocess.c1054 unwind_next_frame(&state)) { in __get_wchan()
/openbmc/linux/arch/s390/kernel/
H A 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()
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h60 bool unwind_next_frame(struct unwind_state *state);
91 unwind_next_frame(state))
/openbmc/linux/arch/loongarch/include/asm/
H A Dunwind.h34 bool unwind_next_frame(struct unwind_state *state);
/openbmc/linux/arch/x86/include/asm/
H A Dunwind.h44 bool unwind_next_frame(struct unwind_state *state);
/openbmc/linux/arch/x86/events/
H A Dcore.c2780 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()