- CONFIG_PERCEPIO_RECORDER_TRC_CFG_NAME_LEN_EVENTGROUP¶
Name Length Event Group
Type: int
Help¶
Macros that specify the maximum lengths (number of characters) for names of
kernel objects, such as tasks and queues. If longer names are used, they will
be truncated when stored in the recorder.
Direct dependencies¶
PERCEPIO_TRC_RECORDER_MODE_SNAPSHOT
&& PERCEPIO_TRC_RECORDER_MODE_SNAPSHOT
&& PERCEPIO_TRACERECORDER
(Includes any dependencies from ifs and menus.)
Default¶
15
Kconfig definition¶
At /home/nashif/zephyrproject/modules/debug/TraceRecorder/kernelports/Zephyr/Kconfig:624
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:20
Menu path: (Top) → Modules → TraceRecorder (/home/nashif/zephyrproject/modules/debug/TraceRecorder) → Percepio Trace Recorder → Snapshot Configuration
config PERCEPIO_RECORDER_TRC_CFG_NAME_LEN_EVENTGROUP
int "Name Length Event Group"
range 1 512
default 15
depends on PERCEPIO_TRC_RECORDER_MODE_SNAPSHOT && PERCEPIO_TRC_RECORDER_MODE_SNAPSHOT && PERCEPIO_TRACERECORDER
help
Macros that specify the maximum lengths (number of characters) for names of
kernel objects, such as tasks and queues. If longer names are used, they will
be truncated when stored in the recorder.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)