Searched refs:unwind_frame (Results 1 – 10 of 10) sorted by relevance
66 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function137 NOKPROBE_SYMBOL(unwind_frame);147 ret = unwind_frame(tsk, frame); in walk_stackframe()208 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
45 int ret = unwind_frame(NULL, &frame); in profile_pc()
546 if (unwind_frame(p, &frame)) in get_wchan()
41 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function82 ret = unwind_frame(frame); in walk_stackframe()
53 int ret = unwind_frame(&frame); in profile_pc()
376 int unwind_frame(struct stackframe *frame) in unwind_frame() function495 urc = unwind_frame(&frame); in unwind_backtrace()
295 unwind_frame(&frame) < 0) in get_wchan()
27 extern int unwind_frame(struct stackframe *frame);
64 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
146 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o