]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/sdt.h
xnu-1699.22.81.tar.gz
[apple/xnu.git] / bsd / sys / sdt.h
index 420956bdb5c20f69aa4e488dbf37ef135ccad112..31acf140a34c9a378366949853719f6be57b19c5 100644 (file)
 
 /*
  * 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 <sys/cdefs.h>
 __BEGIN_DECLS