Searched refs:unwind_for_each_frame (Results 1 – 7 of 7) sorted by relevance
| /arch/s390/kernel/ |
| A D | stacktrace.c | 24 unwind_for_each_frame(&state, task, regs, 0) { in arch_stack_walk() 37 unwind_for_each_frame(&state, task, NULL, 0) { in arch_stack_walk_reliable()
|
| A D | perf_event.c | 210 unwind_for_each_frame(&state, current, regs, 0) { in perf_callchain_kernel()
|
| A D | process.c | 217 unwind_for_each_frame(&state, p, NULL, 0) { in __get_wchan()
|
| A D | dumpstack.c | 136 unwind_for_each_frame(&state, task, NULL, (unsigned long) stack) in show_stack()
|
| /arch/s390/include/asm/ |
| A D | unwind.h | 88 #define unwind_for_each_frame(state, task, regs, first_frame) \ macro
|
| /arch/s390/lib/ |
| A D | test_unwind.c | 67 unwind_for_each_frame(&state, task, regs, sp) { in test_unwind()
|
| /arch/s390/net/ |
| A D | bpf_jit_comp.c | 2973 unwind_for_each_frame(&state, NULL, NULL, 0) { in arch_bpf_stack_walk()
|
Completed in 16 milliseconds