:orphan: .. title:: CONFIG_TRACING .. kconfig:: CONFIG_TRACING CONFIG_TRACING ############## *Tracing Support* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`INSTRUMENT_THREAD_SWITCHING ` Symbols implied by this symbol ============================== - \ :kconfig:`THREAD_NAME ` - \ :kconfig:`THREAD_STACK_INFO ` - \ :kconfig:`THREAD_MONITOR ` Kconfig definition ================== At ``/tracing/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig config TRACING bool "Tracing Support" select INSTRUMENT_THREAD_SWITCHING imply THREAD_NAME imply THREAD_STACK_INFO imply 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.)*