mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
sched_note:Allow for external endpoints
This commit is contained in:
committed by
Xiang Xiao
parent
55b48b14eb
commit
80405e15dd
@@ -916,6 +916,12 @@ config SCHED_INSTRUMENTATION
|
||||
|
||||
if SCHED_INSTRUMENTATION
|
||||
|
||||
config SCHED_INSTRUMENTATION_EXTENAL
|
||||
bool "System performance monitor endpoints are external"
|
||||
default n
|
||||
---help---
|
||||
Monitor only CPUs in the bitset. Bit 0=CPU0, Bit1=CPU1, etc.
|
||||
|
||||
config SCHED_INSTRUMENTATION_CPUSET
|
||||
hex "CPU bit set"
|
||||
default 0xffff
|
||||
|
||||
Reference in New Issue
Block a user