Post by ManjulaPost by ManjulaDoes anybody know the location to download DTrace
Source code ?
Post by ManjulaIs it coming with OpenSolaris source ? If it is the
case from where can I download the it ?
It's been part of OpenSolaris for years.
http://src.opensolaris.org/source/xref/onnv/onnv-gate/
usr/src/cmd/dtrace/
will get you started.
In fact, almost all core DTrace works are not
implemented in usr/src/cmd/dtrace.
if you want to know detail about
parsing D script and so on, you should read
source files of libdtrace.
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace
In addition to it, if you want to know detail about
execution of D script in kernel space,
you should read source files of dtrace kernel module.
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/dtrace
--
This message posted from opensolaris.org