Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dunwind.h71 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start() function
87 for (unwind_start(state, task, regs, first_frame); \
/linux-5.19.10/arch/x86/kernel/
Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk()
39 for (unwind_start(&state, task, NULL, NULL); in arch_stack_walk_reliable()
Ddumpstack.c191 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
Dprocess.c976 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state); in __get_wchan()
/linux-5.19.10/arch/x86/include/asm/
Dunwind.h59 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
/linux-5.19.10/arch/x86/events/
Dcore.c2791 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel()
2793 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()