zephyr/tests/benchmarks
Peter Mitsis 7c5a57b87b tests: latency_measure: Fix MPU fault
Fixes an MPU fault that was occurring on some ARM platforms when
executing the events portion of the latency_measure benchmark. The
fault was tracked to an attempt by a user thread to read an MMIO
register that it did not have permissions to access.

The solution was to move the printing of the stats averages out of
the test thread and into the main thread as the main thread always
executes at kernel/supervisor level and will always have permissions
to read that MMIO register.

Fixes #67438

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-01-23 10:02:46 +01:00
..
app_kernel tests: disable timeslicing on app_kernel 2023-12-18 09:28:08 +01:00
cmsis_dsp tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
data_structure_perf tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
footprints syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
latency_measure tests: latency_measure: Fix MPU fault 2024-01-23 10:02:46 +01:00
mbedtls random: Rename random header 2023-10-10 14:23:50 +03:00
sched kernel: move wait_q.h header to be internal 2023-09-12 12:55:36 -04:00
sched_userspace userspace tests/samples: Exclude in posix arch 2023-10-24 09:05:29 +02:00
sys_kernel tests: Update sys_kernel benchmark 2023-10-17 21:48:51 +03:00