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