X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d7e50217d7adf6e52786a38bcaa4cd698cb9a79e..4a2492630c73add3c3aa8a805ba4ff343d4a58ea:/osfmk/kern/exception.h?ds=inline diff --git a/osfmk/kern/exception.h b/osfmk/kern/exception.h index a75a36c76..e7a0225b5 100644 --- a/osfmk/kern/exception.h +++ b/osfmk/kern/exception.h @@ -50,4 +50,9 @@ extern void exception( exception_data_t code, mach_msg_type_number_t codeCnt); +/* Notify system performance monitor */ +extern kern_return_t sys_perf_notify(struct task *task, + exception_data_t code, + mach_msg_type_number_t codeCnt); + #endif /* _EXCEPTION_H_ */