sched/: Add option to buffer scheduler instrumentation data in memory.

This commit is contained in:
Gregory Nutt
2016-03-17 09:49:43 -06:00
parent 1951b9df57
commit 7f19631338
16 changed files with 789 additions and 46 deletions
+3
View File
@@ -11562,4 +11562,7 @@
* sched/tls and include/nuttx/tls.h: Basic definitions needed to support
thread local storage (TLS). Not used anywhere yet (and may not be used
in the near future either) (2016-03-10).
* sched/sched_note.c and include/nuttx/sched_note.c: Add a configuration
option to buffer RTOS instrumentation data in an in-memory buffer
(2016-03-17).