tracing: enable TRACING_ISR by default

This should be enabled by default and if not needed, disabled by the
application.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-02-06 10:11:29 -05:00
commit 6aadf45032

View file

@ -126,6 +126,7 @@ config TRACING_CMD_BUFFER_SIZE
config TRACING_ISR
bool "Enabling Tracing ISR"
default y
help
Enable tracing ISR. This requires the backend to be
very low-latency.