Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dast.h127 #define AST_TELEMETRY_KERNEL 0x4000 /* telemetry sample requested on interrupt from kernel */ macro
145 #define AST_TELEMETRY_ALL (AST_TELEMETRY_USER | AST_TELEMETRY_KERNEL | \
H A Dtelemetry.c444 ast_bits |= (interrupted_userspace ? AST_TELEMETRY_USER : AST_TELEMETRY_KERNEL); in telemetry_mark_curthread()
491 if (reasons & (AST_TELEMETRY_USER | AST_TELEMETRY_KERNEL)) { in telemetry_ast()
507 if ((reasons & (AST_TELEMETRY_IO | AST_TELEMETRY_KERNEL | AST_TELEMETRY_PMI in telemetry_ast()