mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
NuttX kernel should not use the syscall functions, especially after enabling CONFIG_SCHED_INSTRUMENTATION_SYSCALL, all system functions will be traced to backend, which will impact system performance. Signed-off-by: chao an <anchao@xiaomi.com>