CONFIG_TRACING_SEMAPHORE¶
Enable tracing Semaphores
Type: bool
Help¶
Enable tracing Semaphores.
Default¶
- y 
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:232
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_SEMAPHORE
    bool "Enable tracing Semaphores"
    default y
    depends on TRACING
    help
      Enable tracing Semaphores.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)