zephyr/tests/benchmarks
Yong Cong Sin def418b920 tests: latency_measure: fix stacks for the busy threads
The current `K_THREAD_STACK_DEFINE` only create a single stack
shared by all the busy threads. This is causing the application
to crash when there are more than 2 cores in the system.

We should use `K_THREAD_STACK_ARRAY_DEFINE` to create an array
of stacks instead.

Updated the testcase to test up to 8 cores using
qemu_riscv64_smp

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-09-19 18:28:16 +01:00
..
app_kernel build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
cmsis_dsp hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
data_structure_perf
footprints build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
latency_measure tests: latency_measure: fix stacks for the busy threads 2024-09-19 18:28:16 +01:00
mbedtls modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates 2024-05-29 08:39:26 +02:00
sched tests: Use z_pend_curr() in sched benchmark 2024-03-07 11:51:06 -05:00
sched_userspace
sys_kernel