--- wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2017/03/22 15:43:09 1.15 +++ wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2017/04/08 21:38:18 1.18 @@ -8,7 +8,7 @@ Also see [DTrace Introduction](http://dt DTrace is a work-in-progress effort and it is for x86 systems and some arm boards. * i386 and amd64 -* earm* (evbarm and armv4 based ports (armv4 side requires further testing but system is built with CTF) +* earm* (evbarm and armv4 based ports) ## Supported providers @@ -42,11 +42,14 @@ You need the following options in your k options MODULAR Optionally: + options INSECURE # permit modules to loaded from user space once system has gone multiuser and securelevel has been raised. A Distribution needs to be built with the options `MKDTRACE=yes` and `MKCTF=yes`, this is taken care of automatically and doesn't need to be specified manually. The list of platforms it is applied to automatically is set in `src/share/mk/bsd.own.mk` Set the system to load the solaris and dtrace related modules in `/etc/modules.conf`, for a list of available modules, see `/stand/$MACHINE/$VERSION/modules/` + +For example, add the following to `/etc/modules.conf` (the file may not exist already on a system): solaris dtrace