Home
last modified time | relevance | path

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

/linux/tools/perf/util/
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()
/linux/Documentation/translations/zh_CN/admin-guide/
A Dlockup-watchdogs.rst10 Softlockup与hardlockup检测机制(又名:nmi_watchdog)
25 "nmi_watchdog"(详见:”Documentation/admin-guide/kernel-parameters.rst“)外,一旦检
/linux/Documentation/admin-guide/
A Dlockup-watchdogs.rst2 Softlockup detector and hardlockup detector (aka nmi_watchdog)
25 and a kernel parameter, "nmi_watchdog"
A Dkernel-parameters.txt3291 nmi_watchdog= [KNL,BUGS=X86] Debugging features for SMP kernels
3294 0 - turn hardlockup detector in nmi_watchdog off
3295 1 - turn hardlockup detector in nmi_watchdog on
3305 the nmi_watchdog and hardlockup_panic sysctls.
/linux/Documentation/admin-guide/sysctl/
A Dkernel.rst330 This can also be set using the nmi_watchdog kernel parameter.
570 nmi_watchdog chapter
589 nmi_watchdog=1
1505 enabled individually, using the ``soft_watchdog`` and ``nmi_watchdog``
1512 ``soft_watchdog`` and ``nmi_watchdog``.
/linux/tools/perf/Documentation/
A Dperf-list.txt255 echo 0 > /proc/sys/kernel/nmi_watchdog
A Dperf-stat.txt422 echo 0 > /proc/sys/kernel/nmi_watchdog

Completed in 15 milliseconds