Home
last modified time | relevance | path

Searched refs:unwind_once (Results 1 – 6 of 6) sorted by relevance

/linux/arch/parisc/kernel/
H A Dperf_event.c20 if (unwind_once(&info) < 0 || info.ip == 0) in perf_callchain_kernel()
H A Dstacktrace.c23 if (unwind_once(&info) < 0 || info.ip == 0) in walk_stackframe()
H A Dunwind.c448 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() function
473 ret = unwind_once(info); in unwind_to_user()
489 if (unwind_once(&info) < 0 || info.ip == 0) in return_address()
H A Dprocess.c271 if (unwind_once(&info) < 0) in __get_wchan()
H A Dtraps.c187 if (unwind_once(info) < 0 || info->ip == 0) in do_show_stack()
/linux/arch/parisc/include/asm/
H A Dunwind.h80 int unwind_once(struct unwind_frame_info *info);