mirror of
https://github.com/apache/nuttx.git
synced 2026-02-05 11:11:34 +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>