Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c498 if ((reasons & AST_TELEMETRY_MACF) != 0) { in telemetry_ast()
505 if ((reasons & AST_TELEMETRY_MACF) != 0) { in telemetry_ast()
H A Dthread_act.c1461 act_set_ast(thread, AST_TELEMETRY_MACF); in act_set_macf_telemetry_ast()