Home
last modified time | relevance | path

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

/Linux-v4.19/arch/unicore32/include/asm/
Dstacktrace.h24 extern int unwind_frame(struct stackframe *frame);
26 #define unwind_frame(f) (-EINVAL) macro
/Linux-v4.19/arch/unicore32/kernel/
Dstacktrace.c36 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
66 ret = unwind_frame(frame); in walk_stackframe()
Dprocess.c289 int ret = unwind_frame(&frame); in get_wchan()
/Linux-v4.19/arch/arm64/kernel/
Dstacktrace.c43 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function
97 ret = unwind_frame(tsk, frame); in walk_stackframe()
Dtime.c58 int ret = unwind_frame(NULL, &frame); in profile_pc()
Dprocess.c461 if (unwind_frame(p, &frame)) in get_wchan()
Dtraps.c145 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
/Linux-v4.19/arch/arm/kernel/
Dstacktrace.c27 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
57 ret = unwind_frame(frame); in walk_stackframe()
Dtime.c55 int ret = unwind_frame(&frame); in profile_pc()
Dunwind.c388 int unwind_frame(struct stackframe *frame) in unwind_frame() function
506 urc = unwind_frame(&frame); in unwind_backtrace()
Dprocess.c313 unwind_frame(&frame) < 0) in get_wchan()
/Linux-v4.19/arch/arm/include/asm/
Dstacktrace.h27 extern int unwind_frame(struct stackframe *frame);
/Linux-v4.19/arch/arm64/include/asm/
Dstacktrace.h50 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
/Linux-v4.19/arch/x86/kernel/
DMakefile139 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o