mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
8f0e30b07c
Add ARCH_HAVE_PERF_EVENTS_USER_ACCESS capability to allow applications to directly access hardware perf counters via perf_gettime() from userspace, enabling performance monitoring and profiling without syscalls. Signed-off-by: Yanfeng Liu <p-liuyanfeng9@xiaomi.com>