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

/linux-master/tools/perf/util/
H A Dutil.c64 static bool nmi_watchdog; local
68 return nmi_watchdog;
70 if (sysctl__read_int("kernel/nmi_watchdog", &value) < 0)
73 nmi_watchdog = (value > 0) ? true : false;
76 return nmi_watchdog;

Completed in 114 milliseconds