:orphan: .. title:: CONFIG_TRACING_TEST .. kconfig:: CONFIG_TRACING_TEST CONFIG_TRACING_TEST ################### *Tracing for test usage* Type: ``bool`` Help ==== .. code-block:: none Enable tracing for testing kinds of format purpose. It must implement the tracing hooks defined in tracing_test.h Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`TRACING_CORE ` Kconfig definition ================== At ``/tracing/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format .. code-block:: kconfig config TRACING_TEST bool "Tracing for test usage" select TRACING_CORE depends on help Enable tracing for testing kinds of format purpose. It must implement the tracing hooks defined in tracing_test.h *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*