Symbol: unwind_next_frame
arch/loongarch/include/asm/unwind.h
35
bool unwind_next_frame(struct unwind_state *state);
arch/loongarch/kernel/perf_event.c
80
!unwind_done(&state); unwind_next_frame(&state)) {
arch/loongarch/kernel/process.c
244
!unwind_done(&state); unwind_next_frame(&state)) {
arch/loongarch/kernel/stacktrace.c
36
!unwind_done(&state); unwind_next_frame(&state)) {
arch/loongarch/kernel/stacktrace.c
63
!unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) {
arch/loongarch/kernel/traps.c
95
!unwind_done(&state); unwind_next_frame(&state)) {
arch/loongarch/kernel/unwind_guess.c
19
unwind_next_frame(state);
arch/loongarch/kernel/unwind_guess.c
27
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/loongarch/kernel/unwind_orc.c
347
unwind_next_frame(state);
arch/loongarch/kernel/unwind_orc.c
524
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/loongarch/kernel/unwind_prologue.c
252
unwind_next_frame(state);
arch/loongarch/kernel/unwind_prologue.c
262
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/s390/include/asm/unwind.h
60
bool unwind_next_frame(struct unwind_state *state);
arch/s390/include/asm/unwind.h
91
unwind_next_frame(state))
arch/s390/kernel/unwind_bc.c
123
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/s390/kernel/unwind_bc.c
181
unwind_next_frame(state);
arch/s390/kernel/unwind_bc.c
74
return unwind_next_frame(state);
arch/x86/events/core.c
2871
for (; !unwind_done(&state); unwind_next_frame(&state)) {
arch/x86/include/asm/unwind.h
44
bool unwind_next_frame(struct unwind_state *state);
arch/x86/kernel/dumpstack.c
293
unwind_next_frame(&state);
arch/x86/kernel/process.c
1049
unwind_next_frame(&state)) {
arch/x86/kernel/stacktrace.c
25
unwind_next_frame(&state)) {
arch/x86/kernel/stacktrace.c
41
unwind_next_frame(&state)) {
arch/x86/kernel/unwind_frame.c
371
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/x86/kernel/unwind_frame.c
417
unwind_next_frame(state);
arch/x86/kernel/unwind_guess.c
49
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/x86/kernel/unwind_guess.c
70
unwind_next_frame(state);
arch/x86/kernel/unwind_orc.c
696
EXPORT_SYMBOL_GPL(unwind_next_frame);
arch/x86/kernel/unwind_orc.c
765
unwind_next_frame(state);
arch/x86/kernel/unwind_orc.c
773
unwind_next_frame(state);
arch/x86/net/bpf_jit_comp.c
4014
unwind_next_frame(&state)) {