Searched defs:stackshot_context (Results 1 – 1 of 1) sorted by relevance
311 struct stackshot_context { struct313 struct kdp_snapshot_args sc_args;314 int sc_calling_cpuid;315 int sc_main_cpuid;316 bool sc_enable_faulting;317 uint64_t sc_microsecs; /* Timestamp */318 bool sc_panic_stackshot;319 size_t sc_min_kcdata_size;320 bool sc_is_singlethreaded;323 …ified by calling CPU, main CPU, or panicking CPU. See comment above type definition for details. */[all …]