Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dstacktrace.c42 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function
118 NOKPROBE_SYMBOL(unwind_frame);
128 ret = unwind_frame(tsk, frame); in walk_stackframe()
189 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
H A Dtime.c45 int ret = unwind_frame(NULL, &frame); in profile_pc()
H A Dprocess.c692 if (unwind_frame(p, &frame)) in get_wchan()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dstacktrace.c41 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
81 ret = unwind_frame(frame); in walk_stackframe()
H A Dtime.c53 int ret = unwind_frame(&frame); in profile_pc()
H A Dunwind.c375 int unwind_frame(struct stackframe *frame) in unwind_frame() function
494 urc = unwind_frame(&frame); in unwind_backtrace()
H A Dprocess.c302 unwind_frame(&frame) < 0) in get_wchan()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dstacktrace.h27 extern int unwind_frame(struct stackframe *frame);
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstacktrace.h64 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A DMakefile153 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o