mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
note:unified note filtering at runtime.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
@@ -2504,14 +2504,18 @@ menuconfig TRACE
|
||||
the kernel will be enabled.
|
||||
|
||||
if TRACE
|
||||
config TRACE_AUDIO
|
||||
bool "Enable tracepoints in audio"
|
||||
config TRACE_APP
|
||||
bool "Enable tracepoints in app"
|
||||
default n
|
||||
|
||||
config TRACE_ARCH
|
||||
bool "Enable tracepoints in arch"
|
||||
default n
|
||||
|
||||
config TRACE_AUDIO
|
||||
bool "Enable tracepoints in audio"
|
||||
default n
|
||||
|
||||
config TRACE_BOARDS
|
||||
bool "Enable tracepoints in boards"
|
||||
default n
|
||||
@@ -2550,10 +2554,18 @@ config TRACE_GRAPHICS
|
||||
bool "Enable tracepoints in graphics"
|
||||
default n
|
||||
|
||||
config TRACE_INPUT
|
||||
bool "Enable tracepoints in input"
|
||||
default n
|
||||
|
||||
config TRACE_LIBS
|
||||
bool "Enable tracepoints in libs"
|
||||
default n
|
||||
|
||||
config TRACE_MM
|
||||
bool "Enable tracepoints in mm"
|
||||
default n
|
||||
|
||||
config TRACE_NET
|
||||
bool "Enable tracepoints in net"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user