zephyr/tests/arch
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
..
arc
arm Revert "tests: arm_thread_swap: Add overlay for nRF54H20" 2025-06-11 10:09:02 -07:00
arm64 tests: arch: arm64: arm64_high_address: Exclude Renesas RZ/A3UL SMARC 2025-03-19 03:34:15 +01:00
common tests/stack_unwind: Avoid inlining and tail-calls 2025-06-17 16:06:21 +02:00
riscv
rx/acc test: Test accumulator register save for RX arch 2025-05-02 09:18:16 +02:00
x86 include: zephyr: sys: time_units: Type cast SYS_CLOCK_HW_CYCLES_PER_SEC 2025-03-28 12:21:07 +01:00
xtensa/save_restore_hifi