:orphan: .. title:: DESKTOP_EVENT_MANAGER_PROFILE_EVENT_DATA .. option:: CONFIG_DESKTOP_EVENT_MANAGER_PROFILE_EVENT_DATA *Profile data connected with event* Type: ``bool`` Direct dependencies =================== \ :option:`DESKTOP_EVENT_MANAGER_PROFILER_ENABLED ` && \ :option:`EVENT_MANAGER ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "n" if \ :option:`DESKTOP_EVENT_MANAGER_PROFILER_ENABLED ` && \ :option:`EVENT_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``../nrf/subsys/event_manager/Kconfig:54`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9`` → ``../nrf/subsys/Kconfig:18`` Menu path: (top menu) → Nordic nRF Connect → Event Manager → Log events to Profiler .. parsed-literal:: config DESKTOP_EVENT_MANAGER_PROFILE_EVENT_DATA bool prompt "Profile data connected with event" if \ :option:`DESKTOP_EVENT_MANAGER_PROFILER_ENABLED ` && \ :option:`EVENT_MANAGER ` default "n" if \ :option:`DESKTOP_EVENT_MANAGER_PROFILER_ENABLED ` && \ :option:`EVENT_MANAGER ` depends on \ :option:`DESKTOP_EVENT_MANAGER_PROFILER_ENABLED ` && \ :option:`EVENT_MANAGER ` *(Definitions include propagated dependencies, including from if's and menus.)*