X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..5eebf7385fedb1517b66b53c28e5aa6bb0a2be50:/osfmk/kern/exception.h diff --git a/osfmk/kern/exception.h b/osfmk/kern/exception.h index 360da95fc..88ef46f6e 100644 --- a/osfmk/kern/exception.h +++ b/osfmk/kern/exception.h @@ -47,4 +47,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_ */