CONFIG_TRACING_ISR¶
Enable tracing ISRs
Type: bool
Help¶
Enable tracing ISRs. This requires the backend to be
very low-latency.
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:225
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Configuration
config TRACING_ISR
    bool "Enable tracing ISRs"
    default y
    depends on 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.)