Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
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()
A Dstacktrace.c25 unwind_next_frame(&state)) { in arch_stack_walk()
41 unwind_next_frame(&state)) { in arch_stack_walk_reliable()
A Dunwind_frame.c253 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
360 EXPORT_SYMBOL_GPL(unwind_next_frame);
406 unwind_next_frame(state); in __unwind_start()
A Dunwind_orc.c417 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
635 EXPORT_SYMBOL_GPL(unwind_next_frame);
704 unwind_next_frame(state); in __unwind_start()
712 unwind_next_frame(state); in __unwind_start()
A Ddumpstack.c293 unwind_next_frame(&state); in show_trace_log_lvl()
A Dprocess.c971 unwind_next_frame(&state)) { in __get_wchan()
/linux/arch/s390/kernel/
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()
121 EXPORT_SYMBOL_GPL(unwind_next_frame);
179 unwind_next_frame(state); in __unwind_start()
/linux/arch/s390/include/asm/
A Dunwind.h45 bool unwind_next_frame(struct unwind_state *state);
76 unwind_next_frame(state))
/linux/arch/x86/include/asm/
A Dunwind.h44 bool unwind_next_frame(struct unwind_state *state);
/linux/arch/x86/events/
A Dcore.c2787 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()

Completed in 17 milliseconds