Home
last modified time | relevance | path

Searched refs:nmi_watchdog (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dutil.c61 static bool nmi_watchdog; in sysctl__nmi_watchdog_enabled() local
65 return nmi_watchdog; in sysctl__nmi_watchdog_enabled()
70 nmi_watchdog = (value > 0) ? true : false; in sysctl__nmi_watchdog_enabled()
73 return nmi_watchdog; in sysctl__nmi_watchdog_enabled()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dlockup-watchdogs.rst2 Softlockup detector and hardlockup detector (aka nmi_watchdog)
25 and a kernel parameter, "nmi_watchdog"
H A Dkernel-parameters.txt3238 nmi_watchdog= [KNL,BUGS=X86] Debugging features for SMP kernels
3241 0 - turn hardlockup detector in nmi_watchdog off
3242 1 - turn hardlockup detector in nmi_watchdog on
3252 the nmi_watchdog and hardlockup_panic sysctls.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst329 This can also be set using the nmi_watchdog kernel parameter.
563 nmi_watchdog chapter
582 nmi_watchdog=1
1484 enabled individually, using the ``soft_watchdog`` and ``nmi_watchdog``
1491 ``soft_watchdog`` and ``nmi_watchdog``.
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-list.txt251 echo 0 > /proc/sys/kernel/nmi_watchdog
H A Dperf-stat.txt383 echo 0 > /proc/sys/kernel/nmi_watchdog