Commit 19a5733
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments