:orphan: .. title:: TRACING .. option:: CONFIG_TRACING *Tracing Support* Type: ``bool`` Help ==== Enable system tracing. This requires a backend such as SEGGER Systemview to be enabled as well. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`INSTRUMENT_THREAD_SWITCHING ` Symbols implied by this symbol ============================== - \ :option:`THREAD_NAME ` - \ :option:`THREAD_STACK_INFO ` - \ :option:`THREAD_MONITOR ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services .. parsed-literal:: config TRACING bool "Tracing Support" select \ :option:`INSTRUMENT_THREAD_SWITCHING ` imply \ :option:`THREAD_NAME ` imply \ :option:`THREAD_STACK_INFO ` imply \ :option:`THREAD_MONITOR ` help Enable system tracing. This requires a backend such as SEGGER Systemview to be enabled as well. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*