:orphan: .. title:: CONFIG_TRACE_SCHED_IPI .. kconfig:: CONFIG_TRACE_SCHED_IPI CONFIG_TRACE_SCHED_IPI ###################### *Enable Test IPI* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SCHED_IPI_SUPPORTED ` && \ :kconfig:`MP_NUM_CPUS ` > 1 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig:828`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → SMP Options .. code-block:: kconfig config TRACE_SCHED_IPI bool "Enable Test IPI" depends on SCHED_IPI_SUPPORTED && 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.)*