Home
last modified time | relevance | path

Searched refs:PERF_AST_HNDLR (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/kperf/
H A Daction.c507 BUF_INFO(PERF_AST_HNDLR | DBG_FUNC_START, thread, ast); in kperf_thread_ast_handler()
512 BUF_INFO(PERF_AST_HNDLR | DBG_FUNC_END, SAMPLE_CONTINUE); in kperf_thread_ast_handler()
538 BUF_INFO(PERF_AST_HNDLR | DBG_FUNC_END); in kperf_thread_ast_handler()
H A Dbuffer.h122 #define PERF_AST_HNDLR PERF_AST_CODE(0) macro