blob: ce166b04f7fcca5d249f842c28a2b37c84eb53bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
config CONSOLE_OUTPUT_TRACE
default n
depends on CONSOLE
help
Enables output of trace to console.
config CONSOLE_TRACE_LITE
default n
depends on CONSOLE
help
Enables lightweight binary trace to console.
The binary data can be piped through a tool to make it readable.
config CONSOLE_OUTPUT_TRACE_COMP_NAME
default n
depends on CONSOLE_OUTPUT_TRACE
help
Limits console output trace to a specific component by name.
User needs to add to the config file:
set CONSOLE_OUTPUT_TRACE_COMP_NAME "<component_string_name>"
config NO_FAPI_IN_TRACE_LITE_OUTPUT
default y
help
Do not output FAPI traces when CONSOLE_TRACE_LITE is enabled.
|