Skip to content

Commit 19a5733

Browse files
kv2019ilgirdwood
authored andcommitted
schedule: add a dependency for LL stats on kernel mode LL thread
The load tracking for Low-Latency tasks depends on low-overhead access to cycle counter (e.g. CCOUNT on xtensa), which is not currently available from user-space tasks. Add a dependency to ensure the LL stats can only be enabled if LL tasks are run in kernel mode. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 1ccabcd commit 19a5733

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schedule/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config SCHEDULE_DMA_MULTI_CHANNEL
1515
config SCHEDULE_LL_STATS_LOG
1616
bool "Log low-latency scheduler statistics"
1717
default y
18+
depends on !SOF_USERSPACE_LL
1819
help
1920
Log statistics from low-latency scheduler. This is a low overhead
2021
mechanism to gather average and worst-case execution times of

0 commit comments

Comments
 (0)