Home
last modified time | relevance | path

Searched refs:kperf_ast_pend (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/kperf/
H A Dast.h33 int kperf_ast_pend(thread_t thread, uint32_t flags, unsigned int actionid);
H A Dthread_samplers.c378 return kperf_ast_pend(context->cur_thread, T_KPERF_AST_DISPATCH, in kperf_thread_dispatch_pend()
H A Daction.c582 kperf_ast_pend(thread_t thread, uint32_t set_flags, unsigned int set_actionid) in kperf_ast_pend() function
H A Dcallstack.c514 return kperf_ast_pend(context->cur_thread, T_KPERF_AST_CALLSTACK, in kperf_ucallstack_pend()