Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dunwind_guess.c28 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
50 EXPORT_SYMBOL_GPL(unwind_next_frame);
71 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.c254 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
361 EXPORT_SYMBOL_GPL(unwind_next_frame);
407 unwind_next_frame(state); in __unwind_start()
Dunwind_orc.c422 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
627 EXPORT_SYMBOL_GPL(unwind_next_frame);
696 unwind_next_frame(state); in __unwind_start()
704 unwind_next_frame(state); in __unwind_start()
Ddumpstack.c296 unwind_next_frame(&state); in show_trace_log_lvl()
/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()
121 EXPORT_SYMBOL_GPL(unwind_next_frame);
179 unwind_next_frame(state); in __unwind_start()
/arch/s390/include/asm/
Dunwind.h45 bool unwind_next_frame(struct unwind_state *state);
76 unwind_next_frame(state))
/arch/x86/include/asm/
Dunwind.h40 bool unwind_next_frame(struct unwind_state *state);
/arch/x86/events/
Dcore.c2782 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()