zephyr/tests/arch/common
Keith Packard df1cd1b0b1 tests/stack_unwind: Avoid inlining and tail-calls
We want the stack trace to show the correct nesting of functions,
so we need to prevent the compiler from in-lining functions or
performing tail-call optimizations.

Add __noinline to prevent inlining. Add another printf in each
function to avoid tail calls.

Signed-off-by: Keith Packard <keithp@keithp.com>
2025-06-17 16:06:21 +02:00
..
ramfunc
semihost tests: arch: Fix zassert string 2025-05-22 16:17:23 +02:00
stack_unwind tests/stack_unwind: Avoid inlining and tail-calls 2025-06-17 16:06:21 +02:00
timing