X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..7ee9d059c4eecf68ae4f8b0fb99ae2471eda79af:/bsd/sys/sdt.h diff --git a/bsd/sys/sdt.h b/bsd/sys/sdt.h index 420956bdb..31acf140a 100644 --- a/bsd/sys/sdt.h +++ b/bsd/sys/sdt.h @@ -29,9 +29,15 @@ /* * This is a wrapper header that wraps the mach visible sdt.h header so that - * the header file ends up vidible where software expects it to be. We also + * the header file ends up visible where software expects it to be. We also * do the C/C++ symbol wrapping here, since Mach headers are technically C * interfaces. + * + * Note: The process of adding USDT probes to code is slightly different + * than documented in the "Solaris Dynamic Tracing Guide". + * The DTRACE_PROBE*() macros are not supported on Mac OS X -- instead see + * "BUILDING CODE CONTAINING USDT PROBES" in the dtrace(1) manpage + * */ #include __BEGIN_DECLS