Home
last modified time | relevance | path

Searched defs:stackshot_cpu_context (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c254 struct stackshot_cpu_context { struct
255 bool scc_can_work; /* Whether the CPU can do more stackshot work */
256 …l scc_did_work; /* Whether the CPU actually did any stackshot work */
257 linked_kcdata_descriptor_t scc_kcdata_head; /* See `linked_kcdata_alloc_callback */
258 linked_kcdata_descriptor_t scc_kcdata_tail; /* See `linked_kcdata_alloc_callback */
259 uintptr_t *scc_stack_buffer; /* A buffer for stacktraces. */
260 struct stackshot_fault_stats scc_fault_stats;
261 struct _stackshot_validation_state scc_validation_state;
262 struct _stackshot_plh_gen_state scc_plh_gen;