Detect Interrupt Storm in Soft Lockups

configname: CONFIG_SOFTLOCKUP_DETECTOR_INTR_STORM

Linux Kernel Configuration
└─>Kernel hacking
└─>Debug Oops, Lockups and Hangs
└─>Detect Interrupt Storm in Soft Lockups
In linux kernel since version 4.19.318 (release Date: 2024-07-18)  
Say Y here to enable the kernel to detect interrupt storm
during "soft lockups".

"soft lockups" can be caused by a variety of reasons. If one is
caused by an interrupt storm, then the storming interrupts will not
be on the callstack. To detect this case, it is necessary to report
the CPU stats and the interrupt counts during the "soft lockups".

selects
CONFIG_GENERIC_IRQ_STAT_SNAPSHOT

depends
CONFIG_IRQ_TIME_ACCOUNTING
CONFIG_SOFTLOCKUP_DETECTOR