Commit 6bcdd13
Jyri Sarha
app: debug_stream_overlay.conf: Add new debug_stream Kconfig options
There is two new options, CONFIG_SOF_DEBUG_STREAM_SLOT_FORCE_MAX_CPUS
and CONFIG_SOF_DEBUG_STREAM_TEXT_MSG_ASSERT_PRINT.
CONFIG_SOF_DEBUG_STREAM_SLOT_FORCE_MAX_CPUS limits the amount of
debug_stream support to a lower number of cores than what is
available. As the number of supported cores shrink, the available
circular buffer size increases. This means increased bandwidth. This
is particularly useful, when debugging a problem on core 0. By defaut
this option is commented out.
CONFIG_SOF_DEBUG_STREAM_TEXT_MSG_ASSERT_PRINT adds optional support to
route assert output through debug stream text messages. This option
obeys CONFIG_EXCEPTION_DUMP_HOOK_ONLY. If it is selected the assert
print is sent only to debug stream. Without it the assert prints are
printed with vprintk too,
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent a218424 commit 6bcdd13
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
| |||
0 commit comments