Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dast.c211 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user()
257 if (reasons & AST_KPERF) { in ast_taken_user()
258 thread_ast_clear(thread, AST_KPERF); in ast_taken_user()
H A Dast.h121 #define AST_KPERF 0x100 /* kernel profiling */ macro
H A Dthread_act.c1324 act_set_ast(thread, AST_KPERF, NULL); in act_set_kperf()