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