how to add a comment in a D script? This message posted from opensolaris.org
Michael Shapiro
2006-Nov-23 19:28 UTC
[dtrace-discuss] how to add a comment in a D script?
> how to add a comment in a D script?Use /* */ just as in C. Read the first few chapters of the Dynamic Tracing Guide, found on docs.sun.com, which cover the language basics. You can also look at the sample scripts in /usr/demo/dtrace. -Mike -- Mike Shapiro, Solaris Kernel Development. blogs.sun.com/mws/