Home
last modified time | relevance | path

Searched refs:unwind_frame (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dstacktrace.c42 int notrace unwind_frame(struct task_struct *tsk, struct stackframe *frame) in unwind_frame() function
81 * prev_type are only meaningful to the next unwind_frame() invocation. in unwind_frame()
118 NOKPROBE_SYMBOL(unwind_frame); variable
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.c589 if (unwind_frame(p, &frame)) in get_wchan()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dstacktrace.c78 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
137 ret = unwind_frame(frame); in walk_stackframe()
191 if (unwind_frame(&frame)) in arch_stack_walk()
H A Dtime.c53 int ret = unwind_frame(&frame); in profile_pc()
H A Dunwind.c406 int unwind_frame(struct stackframe *frame) in unwind_frame() function
563 urc = unwind_frame(&frame); in unwind_backtrace()
H A Dftrace.c247 if (unwind_frame(&frame) < 0) in prepare_ftrace_return()
H A Dprocess.c294 unwind_frame(&frame) < 0) in __get_wchan()
/kernel/linux/linux-5.10/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.c402 int unwind_frame(struct stackframe *frame) in unwind_frame() function
521 urc = unwind_frame(&frame); in unwind_backtrace()
H A Dprocess.c300 unwind_frame(&frame) < 0) in get_wchan()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dstacktrace.h27 extern int unwind_frame(struct stackframe *frame);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dstacktrace.h45 extern int unwind_frame(struct stackframe *frame);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dstacktrace.h64 extern int unwind_frame(struct task_struct *tsk, struct stackframe *frame);
163 * In unwind_frame() we'll check that the FP points to a valid stack, in start_backtrace()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A DMakefile153 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o
/kernel/linux/linux-6.6/arch/x86/kernel/
H A DMakefile139 obj-$(CONFIG_UNWINDER_FRAME_POINTER) += unwind_frame.o

Completed in 7 milliseconds