Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dstacktrace.c68 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function
139 NOKPROBE_SYMBOL(unwind_frame);
149 ret = unwind_frame(tsk, frame); in walk_stackframe()
210 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
Dtime.c45 int ret = unwind_frame(NULL, &frame); in profile_pc()
Dprocess.c549 if (unwind_frame(p, &frame)) in get_wchan()
/arch/arm/include/asm/
Dstacktrace.h27 extern int unwind_frame(struct stackframe *frame);
/arch/arm/kernel/
Dstacktrace.c41 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
81 ret = unwind_frame(frame); in walk_stackframe()
Dtime.c53 int ret = unwind_frame(&frame); in profile_pc()
Dunwind.c399 int unwind_frame(struct stackframe *frame) in unwind_frame() function
518 urc = unwind_frame(&frame); in unwind_backtrace()
Dprocess.c295 unwind_frame(&frame) < 0) in get_wchan()
/arch/arm64/include/asm/
Dstacktrace.h64 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
/arch/x86/kernel/
DMakefile149 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o