Searched refs:trace_all_panics (Results 1 – 1 of 1) sorted by relevance
138 static bool trace_all_panics = true; variable141 static bool trace_all_panics = false; variable146 SYSCTL_BOOL(_debug, OID_AUTO, trace_all_panics, CTLFLAG_RWTUN,147 &trace_all_panics, 0, "Print stack traces on secondary kernel panics");830 if (trace_all_panics && trace_on_panic) in kassert_panic()958 if ((newpanic || trace_all_panics) && trace_on_panic) in vpanic()