Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dast.h135 #define AST_TELEMETRY_MACF 0x1000000 /* telemetry sample requested by MAC framework */ macro
144 AST_TELEMETRY_PMI | AST_TELEMETRY_IO | AST_TELEMETRY_MACF)
H A Dtelemetry.c544 if ((reasons & AST_TELEMETRY_MACF) != 0) { in telemetry_ast()
551 if ((reasons & AST_TELEMETRY_MACF) != 0) { in telemetry_ast()
H A Dthread_act.c1549 act_set_ast(thread, AST_TELEMETRY_MACF); in act_set_macf_telemetry_ast()