Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.h119 #define AST_KPERF 0x100 /* kernel profiling */ macro
H A Dthread_act.c1508 act_set_ast(thread, AST_KPERF); in act_set_kperf()