mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 21:03:15 +08:00
Export the sched_note_event_ip function as a syscall under CONFIG_SCHED_INSTRUMENTATION_DUMP. This allows user-space or other kernel components to trigger event-type logs via the instrumentation dump mechanism. Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>