Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dast.c210 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user()
256 if (reasons & AST_KPERF) { in ast_taken_user()
257 thread_ast_clear(thread, AST_KPERF); in ast_taken_user()
H A Dast.h119 #define AST_KPERF 0x100 /* kernel profiling */ macro
H A Dthread_act.c1488 act_set_ast(thread, AST_KPERF); in act_set_kperf()