Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dstacktrace.c66 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function
142 NOKPROBE_SYMBOL(unwind_frame);
152 ret = unwind_frame(tsk, frame); in walk_stackframe()
213 } while (!unwind_frame(tsk, &frame)); in dump_backtrace()
A Dtime.c45 int ret = unwind_frame(NULL, &frame); in profile_pc()
A Dprocess.c544 if (unwind_frame(p, &frame)) in __get_wchan()
/linux/arch/arm/kernel/
A Dstacktrace.c42 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
87 ret = unwind_frame(frame); in walk_stackframe()
A Dtime.c53 int ret = unwind_frame(&frame); in profile_pc()
A Dunwind.c376 int unwind_frame(struct stackframe *frame) in unwind_frame() function
495 urc = unwind_frame(&frame); in unwind_backtrace()
A Dprocess.c293 unwind_frame(&frame) < 0) in __get_wchan()
/linux/arch/arm/include/asm/
A Dstacktrace.h36 extern int unwind_frame(struct stackframe *frame);
/linux/arch/arm64/include/asm/
A Dstacktrace.h62 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
/linux/arch/x86/kernel/
A DMakefile149 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o
/linux/
A DSystem.map223 ffff80001001c1c0 T unwind_frame
A D.tmp_System.map223 ffff80001001c1c0 T unwind_frame

Completed in 321 milliseconds