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