:orphan: .. title:: TRACE_SCHED_IPI .. option:: CONFIG_TRACE_SCHED_IPI *Enable Test IPI* Type: ``bool`` Help ==== When true, it will add a hook into z_sched_ipi(), in order to check if schedule IPI has called or not, for testing purpose. Direct dependencies =================== \ :option:`SCHED_IPI_SUPPORTED ` && \ :option:`MP_NUM_CPUS ` > 1 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:806`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → SMP Options .. parsed-literal:: config TRACE_SCHED_IPI bool "Enable Test IPI" depends on \ :option:`SCHED_IPI_SUPPORTED ` && \ :option:`MP_NUM_CPUS ` > 1 help When true, it will add a hook into z_sched_ipi(), in order to check if schedule IPI has called or not, for testing purpose. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*