Home
last modified time | relevance | path

Searched refs:tks_magic (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dmicrostackshot.py40 if next_sample.tks_magic != xnudefines.TKS_MAGIC:
42 next_record % kern_ring.mr_capacity, next_sample.tks_magic,
/xnu-12377.41.6/osfmk/kern/
H A Dtelemetry.c488 uint32_t tks_magic; member
559 .tks_magic = TKS_MAGIC, in _telemetry_take_sample_kernel()
725 if (sample.tks_magic != TKS_MAGIC) { in telemetry_kernel_gather()