Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dunwind_guess.c19 unwind_next_frame(state); in unwind_start()
23 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
27 EXPORT_SYMBOL_GPL(unwind_next_frame);
H A Dunwind_prologue.c256 unwind_next_frame(state); in unwind_start()
261 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
266 EXPORT_SYMBOL_GPL(unwind_next_frame);
H A Dstacktrace.c36 !unwind_done(&state); unwind_next_frame(&state)) { in arch_stack_walk()
62 !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) { in arch_stack_walk_reliable()
H A Dunwind_orc.c347 unwind_next_frame(state); in unwind_start()
392 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
527 EXPORT_SYMBOL_GPL(unwind_next_frame);
H A Dperf_event.c80 !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()
H A Dtraps.c95 !unwind_done(&state); unwind_next_frame(&state)) { in show_backtrace()
/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
681 EXPORT_SYMBOL_GPL(unwind_next_frame);
750 unwind_next_frame(state); in __unwind_start()
758 unwind_next_frame(state); in __unwind_start()
H A Ddumpstack.c293 unwind_next_frame(&state); in show_trace_log_lvl()
H A Dprocess.c1051 unwind_next_frame(&state)) { in __get_wchan()
/linux/arch/s390/kernel/
H A Dunwind_bc.c56 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
74 return unwind_next_frame(state); in unwind_next_frame()
123 EXPORT_SYMBOL_GPL(unwind_next_frame);
181 unwind_next_frame(state); in __unwind_start()
/linux/arch/s390/include/asm/
H A Dunwind.h28 * unwind_next_frame skips to the next frame.
60 bool unwind_next_frame(struct unwind_state *state);
91 unwind_next_frame(state))
/linux/arch/x86/include/asm/
H A Dunwind.h44 bool unwind_next_frame(struct unwind_state *state);
/linux/arch/x86/events/
H A Dcore.c2798 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3834 unwind_next_frame(&state)) { in arch_bpf_stack_walk()