mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
4c8d244fae
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>