Home
last modified time | relevance | path

Searched refs:triage (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/
H A Dktrace.py427 …def __init__(self, cpuid, verbose, humanize=None, starting_timestamp=None, tid=None, triage=False): argument
435 self.buffer = kern.globals.kd_buffer_triage if triage else kern.globals.kd_buffer_trace
552 include_coprocessors=True, triage=False): argument
558 if not triage and (ctrl.kdc_flags & xnudefines.KDBG_BUFINIT) == 0:
563 if not triage and (ctrl.kdc_live_flags & xnudefines.KDBG_WRAPPED) != 0:
568 if include_coprocessors and not triage:
582 …DCPU(cpuid, verbose, starting_timestamp=start_timestamp, humanize=humanize, tid=tid, triage=triage)
690 triage=True):
/xnu-12377.81.4/tests/vm/
H A Dtest_vm_no_pager.m150 T_PASS("Found expected crash triage string in corpse kcdata:\n`%s`", kt.triage_string1);
154 printf("Observed a triage string: %s\n", str_iter);
/xnu-12377.81.4/doc/observability/
H A Drecount.md71 - `recount triage` is meant to be used by the automated panic debug scripts.
/xnu-12377.81.4/doc/debugging/
H A Dextensible_paniclog.md7 … drop relevant state information that will end up in the paniclog and can be used to triage panics.
/xnu-12377.81.4/tests/
H A Dstackshot_tests.m274 // panic triage and other things to process the recorded data