:orphan: .. title:: CONFIG_TRACING_USER .. kconfig:: CONFIG_TRACING_USER CONFIG_TRACING_USER ################### *Tracing using user-defined functions* Type: ``bool`` Help ==== .. code-block:: none Use user-defined functions for tracing task switching and irqs Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/tracing/Kconfig:63`` 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_USER bool "Tracing using user-defined functions" depends on help Use user-defined functions for tracing task switching and irqs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*