Add SCHED_INSTRUMENTATION_HIRES support

This commit is contained in:
Nakamura, Yuuichi
2020-09-03 15:18:12 +09:00
committed by Xiang Xiao
parent e1b9c278f8
commit d8d19911ef
4 changed files with 34 additions and 0 deletions
+6
View File
@@ -990,6 +990,12 @@ config SCHED_INSTRUMENTATION_IRQHANDLER
void sched_note_irqhandler(int irq, FAR void *handler, bool enter);
config SCHED_INSTRUMENTATION_HIRES
bool "Use Hi-Res RTC for instrumentation"
default n
---help---
Use higher resolution system timer for instrumentation.
config SCHED_INSTRUMENTATION_FILTER
bool "Instrumenation filter"
default n