Home
last modified time | relevance | path

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

/linux-3.4.99/arch/unicore32/include/asm/
Dstacktrace.h24 extern int unwind_frame(struct stackframe *frame);
26 #define unwind_frame(f) (-EINVAL) macro
/linux-3.4.99/arch/unicore32/kernel/
Dstacktrace.c35 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
65 ret = unwind_frame(frame); in walk_stackframe()
Dprocess.c356 int ret = unwind_frame(&frame); in get_wchan()
/linux-3.4.99/arch/arm/kernel/
Dstacktrace.c24 int notrace unwind_frame(struct stackframe *frame) in unwind_frame() function
54 ret = unwind_frame(frame); in walk_stackframe()
Dtime.c63 int ret = unwind_frame(&frame); in profile_pc()
Dunwind.c330 int unwind_frame(struct stackframe *frame) in unwind_frame() function
446 urc = unwind_frame(&frame); in unwind_backtrace()
Dprocess.c519 unwind_frame(&frame) < 0) in get_wchan()
/linux-3.4.99/arch/arm/include/asm/
Dstacktrace.h11 extern int unwind_frame(struct stackframe *frame);