-
CONFIG_PROFILER_CUSTOM_EVENT_BUF_LEN
¶
Length of data buffer for custom event data (in bytes)
Type: int
Default¶
64
Kconfig definition¶
At <nRF>/subsys/profiler/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:24
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)