Searched refs:unwind_frame (Results 1 – 7 of 7) sorted by relevance
78 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function137 ret = unwind_frame(frame); in walk_stackframe()191 if (unwind_frame(&frame)) in arch_stack_walk()
53 int ret = unwind_frame(&frame); in profile_pc()
383 int unwind_frame(struct stackframe *frame) in unwind_frame() function540 urc = unwind_frame(&frame); in unwind_backtrace()
247 if (unwind_frame(&frame) < 0) in prepare_ftrace_return()
295 unwind_frame(&frame) < 0) in __get_wchan()
45 extern int unwind_frame(struct stackframe *frame);
138 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o
Completed in 9 milliseconds