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