Xiang Xiao
|
e57f7cf6ae
|
Critical Section Monitor (sched/ and fs/procfs: Remove SCHED_IRQMONITOR_GETTIME to simplify the clock source selection: (1) Use up_critmon_gettime if SCHED_IRQMONITOR, (2) Call clock_systimespec if SCHED_TICKLESS, (3) Don't collect timing info for all other cases and move up_critmon_* to arch.h avoid the duplicated declaration.
|
2019-01-27 10:13:28 -06:00 |
|
Gregory Nutt
|
095b597d34
|
sched/sched and fs/procfs: Fix some bus in critical section monitor found in testing
|
2018-11-24 17:58:35 -06:00 |
|
Gregory Nutt
|
807d5bb4ae
|
Critical Section Monitor: Add low level timer support for simulation. Fix serial bugs and logic errors in initial implementation. Still does not work; takes assertions.
|
2018-11-24 15:07:12 -06:00 |
|
Gregory Nutt
|
85c31fd4a2
|
fs/procfs/fs_procfscritmon.c and sched/sched/sched_critmonitor.c: Add support for global pre-emption and global critical sections to monitor as suggested by Xiang Xaio.
|
2018-11-24 13:33:37 -06:00 |
|