Searched refs:unwind_frame (Results 1 – 8 of 8) sorted by relevance
24 extern int unwind_frame(struct stackframe *frame);26 #define unwind_frame(f) (-EINVAL) macro
35 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function65 ret = unwind_frame(frame); in walk_stackframe()
356 int ret = unwind_frame(&frame); in get_wchan()
24 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function54 ret = unwind_frame(frame); in walk_stackframe()
63 int ret = unwind_frame(&frame); in profile_pc()
330 int unwind_frame(struct stackframe *frame) in unwind_frame() function446 urc = unwind_frame(&frame); in unwind_backtrace()
519 unwind_frame(&frame) < 0) in get_wchan()
11 extern int unwind_frame(struct stackframe *frame);