Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dunwind.h58 static inline void unwind_start(struct unwind_state *state, in unwind_start() function
74 for (unwind_start(state, task, regs, first_frame); \
/kernel/linux/linux-5.10/arch/x86/kernel/
Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk()
45 for (unwind_start(&state, task, NULL, NULL); in arch_stack_walk_reliable()
Ddumpstack.c197 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
/kernel/linux/linux-5.10/arch/x86/oprofile/
Dbacktrace.c107 for (unwind_start(&state, current, regs, NULL); in x86_backtrace()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dunwind.h55 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
/kernel/linux/linux-5.10/arch/x86/events/
Dcore.c2561 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel()
2563 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()