Searched refs:unwind_next_frame (Results 1 – 10 of 10) sorted by relevance
27 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function49 EXPORT_SYMBOL_GPL(unwind_next_frame);70 unwind_next_frame(state); in __unwind_start()
25 unwind_next_frame(&state)) { in arch_stack_walk()41 unwind_next_frame(&state)) { in arch_stack_walk_reliable()
253 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function360 EXPORT_SYMBOL_GPL(unwind_next_frame);406 unwind_next_frame(state); in __unwind_start()
417 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function635 EXPORT_SYMBOL_GPL(unwind_next_frame);704 unwind_next_frame(state); in __unwind_start()712 unwind_next_frame(state); in __unwind_start()
293 unwind_next_frame(&state); in show_trace_log_lvl()
971 unwind_next_frame(&state)) { in __get_wchan()
52 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function70 return unwind_next_frame(state); in unwind_next_frame()121 EXPORT_SYMBOL_GPL(unwind_next_frame);179 unwind_next_frame(state); in __unwind_start()
45 bool unwind_next_frame(struct unwind_state *state);76 unwind_next_frame(state))
44 bool unwind_next_frame(struct unwind_state *state);
2787 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()
Completed in 17 milliseconds