Home
last modified time | relevance | path

Searched refs:TKS_MAGIC (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/
H A Dmicrostackshot.py40 if next_sample.tks_magic != xnudefines.TKS_MAGIC:
43 xnudefines.TKS_MAGIC))
H A Dxnudefines.py169 TKS_MAGIC = 0x83a83f29 variable
/xnu-12377.61.12/osfmk/kern/
H A Dtelemetry.c467 static const uint32_t TKS_MAGIC = 0x83a83f29; variable
559 .tks_magic = TKS_MAGIC, in _telemetry_take_sample_kernel()
725 if (sample.tks_magic != TKS_MAGIC) { in telemetry_kernel_gather()