CONFIG_PROFILER_CUSTOM_EVENT_BUF_LEN

Length of data buffer for custom event data (in bytes)

Type: int

Direct dependencies

PROFILER

(Includes any dependencies from ifs and menus.)

Default

  • 64

Kconfig definition

At <nRF>/subsys/profiler/Kconfig:17

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

Menu path: (Top) → Modules → Nordic nRF Connect → System profiler

config PROFILER_CUSTOM_EVENT_BUF_LEN
    int "Length of data buffer for custom event data (in bytes)"
    default 64
    depends on PROFILER

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