Searched refs:trace_all_panics (Results 1 – 1 of 1) sorted by relevance
142 static bool trace_all_panics = true; variable145 static bool trace_all_panics = false; variable150 SYSCTL_BOOL(_debug, OID_AUTO, trace_all_panics, CTLFLAG_RWTUN,151 &trace_all_panics, 0, "Print stack traces on secondary kernel panics");786 if (trace_all_panics && trace_on_panic) in kassert_panic()903 if ((newpanic || trace_all_panics) && trace_on_panic) in vpanic()