:orphan: .. title:: TRACING_PACKET_MAX_SIZE .. option:: CONFIG_TRACING_PACKET_MAX_SIZE *Max size of one tracing packet* Type: ``int`` Help ==== Max size of one tracing packet. Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:137`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_PACKET_MAX_SIZE int "Max size of one tracing packet" default 32 depends on \ :option:`TRACING ` help Max size of one tracing packet. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*