CONFIG_DESKTOP_EVENT_MANAGER_TRACE_EVENT_EXECUTION

Trace events execution

Type: bool

Direct dependencies

DESKTOP_EVENT_MANAGER_PROFILER_ENABLED && EVENT_MANAGER

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/event_manager/Kconfig:50

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:22

Menu path: (Top) → Modules → Nordic nRF Connect → Event Manager → Log events to Profiler

config DESKTOP_EVENT_MANAGER_TRACE_EVENT_EXECUTION
    bool "Trace events execution"
    default y
    depends on DESKTOP_EVENT_MANAGER_PROFILER_ENABLED && EVENT_MANAGER

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)