modules: enable percepio tracerecorder for tracing

Add support for percepio tracealyzer.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-06 12:31:13 -04:00
commit 1af037f477
4 changed files with 48 additions and 1 deletions

View file

@ -32,6 +32,13 @@ config TRACING_NONE
help
None of the available tracing formats is selected.
config PERCEPIO_TRACERECORDER
bool "Percepio Tracealyzer support"
select THREAD_NAME
select INIT_STACKS
select THREAD_MONITOR
depends on ZEPHYR_TRACERECORDER_MODULE
config SEGGER_SYSTEMVIEW
bool "Segger SystemView support"
select CONSOLE