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