Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/include/asm/
Dstacktrace.h21 extern int unwind_frame(struct stackframe *frame);
23 #define unwind_frame(f) (-EINVAL) macro
/Linux-v5.4/arch/arm64/kernel/
Dstacktrace.c41 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function
115 NOKPROBE_SYMBOL(unwind_frame);
125 ret = unwind_frame(tsk, frame); in walk_stackframe()
Dtime.c44 int ret = unwind_frame(NULL, &frame); in profile_pc()
Dprocess.c540 if (unwind_frame(p, &frame)) in get_wchan()
Dtraps.c133 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
/Linux-v5.4/arch/unicore32/kernel/
Dstacktrace.c33 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
63 ret = unwind_frame(frame); in walk_stackframe()
Dprocess.c286 int ret = unwind_frame(&frame); in get_wchan()
/Linux-v5.4/arch/arm/kernel/
Dstacktrace.c28 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
58 ret = unwind_frame(frame); in walk_stackframe()
Dtime.c52 int ret = unwind_frame(&frame); in profile_pc()
Dunwind.c375 int unwind_frame(struct stackframe *frame) in unwind_frame() function
493 urc = unwind_frame(&frame); in unwind_backtrace()
Dprocess.c314 unwind_frame(&frame) < 0) in get_wchan()
/Linux-v5.4/arch/arm/include/asm/
Dstacktrace.h27 extern int unwind_frame(struct stackframe *frame);
/Linux-v5.4/arch/arm64/include/asm/
Dstacktrace.h64 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
/Linux-v5.4/arch/x86/kernel/
DMakefile140 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o