Searched refs:arch_stack_walk (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | unwind.c | 48 arch_stack_walk(print_trace_address, (void *)sh, thread, NULL); in cmd_kernel_thread_unwind()
|
/Zephyr-latest/include/zephyr/arch/ |
D | arch_interface.h | 1296 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie,
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.intel64 | 40 Internal config to indicate that the arch_stack_walk() API is implemented
|
D | fatal.c | 187 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie, in arch_stack_walk() function
|
D | Kconfig.ia32 | 173 Internal config to indicate that the arch_stack_walk() API is implemented
|
/Zephyr-latest/arch/riscv/core/ |
D | stacktrace.c | 214 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie, in arch_stack_walk() function
|
/Zephyr-latest/arch/arm64/core/ |
D | fatal.c | 245 void arch_stack_walk(stack_trace_callback_fn callback_fn, void *cookie, in arch_stack_walk() function
|
D | Kconfig | 169 Internal config to indicate that the arch_stack_walk() API is implemented
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 447 Internal config to indicate that the arch_stack_walk() API is implemented
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 135 * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only 158 * Added initial support for :c:func:`arch_stack_walk` that supports unwinding via esf only
|
/Zephyr-latest/arch/ |
D | Kconfig | 429 Select Y here to compile the `arch_stack_walk()` function
|