Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kperf/
H A Daction.c492 BUF_INFO(PERF_AST_HNDLR | DBG_FUNC_START, thread, ast); in kperf_thread_ast_handler()
497 BUF_INFO(PERF_AST_HNDLR | DBG_FUNC_END, SAMPLE_CONTINUE); in kperf_thread_ast_handler()
523 BUF_INFO(PERF_AST_HNDLR | DBG_FUNC_END); in kperf_thread_ast_handler()
H A Dbuffer.h117 #define PERF_AST_HNDLR PERF_AST_CODE(0) macro