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