CONFIG_EVENT_MANAGER_PROFILER_TRACER

Log events to Profiler

Type: bool

Help

Event Manager will use profiler event count equal to Event Manager profiled event count
+ 2 events for processing event start/end.

Direct dependencies

EVENT_MANAGER

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/event_manager_profiler_tracer/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:26

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Event Manager

config EVENT_MANAGER_PROFILER_TRACER
    bool "Log events to Profiler"
    select PROFILER
    depends on EVENT_MANAGER
    help
      Event Manager will use profiler event count equal to Event Manager profiled event count
      + 2 events for processing event start/end.

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