--- wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2012/02/05 07:14:36 1.2 +++ wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2013/07/03 23:14:31 1.3 @@ -1,7 +1,7 @@ DTrace is a Dynamic Tracing framework developed by Sun and ported to NetBSD. It enables extensive instrumentation of the kernel and user space. See the [DTrace Community Page](http://hub.opensolaris.org/bin/view/Community+Group+dtrace/WebHome) for more information. Also see [DTrace Introduction](http://wikis.sun.com/display/DTrace/Introduction). -DTrace is a work-in-progress effort and it is for i386 systems only. Two providers are available; the Statically Defined Tracing (SDT) provider and the Function Boundary Tracer (FBT) provider. +DTrace is a work-in-progress effort and it is for x86 systems only currently (there is some arm support but it is completely untested). Two providers are available; the Statically Defined Tracing (SDT) provider and the Function Boundary Tracer (FBT) provider. You can currently run a hello world DScript.