CONFIG_PERCEPIO_TRACERECORDER¶
Percepio Tracealyzer support
Type: bool
Direct dependencies¶
ZEPHYR_TRACERECORDER_MODULE && <choice: Tracing Format>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:35
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format
config PERCEPIO_TRACERECORDER
    bool "Percepio Tracealyzer support"
    select THREAD_NAME
    select INIT_STACKS
    select THREAD_MONITOR
    depends on ZEPHYR_TRACERECORDER_MODULE && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)