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