Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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()
H A Dstacktrace.c25 unwind_next_frame(&state)) { in arch_stack_walk()
47 unwind_next_frame(&state)) { in arch_stack_walk_reliable()
H A 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()
H A Dunwind_orc.c422 bool unwind_next_frame(struct unwind_state *state) in unwind_next_frame() function
624 EXPORT_SYMBOL_GPL(unwind_next_frame);
693 unwind_next_frame(state); in __unwind_start()
701 unwind_next_frame(state); in __unwind_start()
H A Ddumpstack.c293 unwind_next_frame(&state); in show_trace_log_lvl()
/OK3568_Linux_fs/kernel/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()
121 EXPORT_SYMBOL_GPL(unwind_next_frame);
179 unwind_next_frame(state); in __unwind_start()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dunwind.h45 bool unwind_next_frame(struct unwind_state *state);
76 unwind_next_frame(state))
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dbacktrace.c108 !unwind_done(&state); unwind_next_frame(&state)) { in x86_backtrace()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dunwind.h40 bool unwind_next_frame(struct unwind_state *state);
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2565 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()