Searched refs:unwind_frame (Results 1 – 15 of 15) sorted by relevance
24 extern int unwind_frame(struct stackframe *frame);26 #define unwind_frame(f) (-EINVAL) macro
39 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function81 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function110 ret = unwind_frame(frame); in walk_stackframe()
25 extern int unwind_frame(struct stackframe *frame);
16 extern int unwind_frame(struct stackframe *frame);
38 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function64 ret = unwind_frame(frame); in walk_stackframe()
55 int ret = unwind_frame(&frame); in profile_pc()
424 unwind_frame(&frame)) in get_wchan()
165 ret = unwind_frame(&frame); in dump_backtrace()
35 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function65 ret = unwind_frame(frame); in walk_stackframe()
287 int ret = unwind_frame(&frame); in get_wchan()
26 extern int unwind_frame(struct stackframe *frame);
25 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function55 ret = unwind_frame(frame); in walk_stackframe()
388 int unwind_frame(struct stackframe *frame) in unwind_frame() function507 urc = unwind_frame(&frame); in unwind_backtrace()
587 unwind_frame(&frame) < 0) in get_wchan()