:orphan: .. title:: TRACING_ISR .. option:: CONFIG_TRACING_ISR *Enable tracing ISRs* Type: ``bool`` Help ==== Enable tracing ISRs. This requires the backend to be very low-latency. Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:201`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_ISR bool "Enable tracing ISRs" default y depends on \ :option:`TRACING ` help Enable tracing ISRs. This requires the backend to be very low-latency. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*