Home
last modified time | relevance | path

Searched refs:unwind_frame (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/arch/arm/kernel/
Dstacktrace.c78 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
137 ret = unwind_frame(frame); in walk_stackframe()
Dtime.c53 int ret = unwind_frame(&frame); in profile_pc()
Dunwind.c382 int unwind_frame(struct stackframe *frame) in unwind_frame() function
529 urc = unwind_frame(&frame); in unwind_backtrace()
Dftrace.c247 if (unwind_frame(&frame) < 0) in prepare_ftrace_return()
Dprocess.c296 unwind_frame(&frame) < 0) in __get_wchan()
/Linux-v6.1/arch/arm/include/asm/
Dstacktrace.h45 extern int unwind_frame(struct stackframe *frame);
/Linux-v6.1/arch/x86/kernel/
DMakefile139 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o