Searched refs:unwind_frame (Results 1 – 14 of 14) sorted by relevance
21 extern int unwind_frame(struct stackframe *frame);23 #define unwind_frame(f) (-EINVAL) macro
41 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function115 NOKPROBE_SYMBOL(unwind_frame);125 ret = unwind_frame(tsk, frame); in walk_stackframe()
44 int ret = unwind_frame(NULL, &frame); in profile_pc()
540 if (unwind_frame(p, &frame)) in get_wchan()
133 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
33 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function63 ret = unwind_frame(frame); in walk_stackframe()
286 int ret = unwind_frame(&frame); in get_wchan()
28 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function58 ret = unwind_frame(frame); in walk_stackframe()
52 int ret = unwind_frame(&frame); in profile_pc()
375 int unwind_frame(struct stackframe *frame) in unwind_frame() function493 urc = unwind_frame(&frame); in unwind_backtrace()
314 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);
140 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o