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¶
SCHED_IPI_SUPPORTED && MP_NUM_CPUS > 1
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Kernel>/Kconfig:828
Included via Kconfig:8 → Kconfig.zephyr:40
Menu path: (Top) → General Kernel Options → SMP Options
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.)