--- wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2014/04/03 11:55:12 1.5 +++ wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2014/08/23 00:33:07 1.6 @@ -17,6 +17,21 @@ DTrace is a work-in-progress effort and You can currently run a hello world DScript. +## TODO for netbsd-7 + +* Rename provider modules to `dtrace_*.kmod`: `dtrace_fbt.kmod`, &c. +* Measure effect of `options KDTRACE_HOOKS` on system performance. +* Determine whether the profile module works and list it here. +* Put a dtrace target in /dev/MAKEDEV. + +## TODO for netbsd-6 + +Need to identify changes to pull up to netbsd-6 and pull them up. +Candidates: + +* Profile provider. +* Syscall provider. + # How to use ## Building DTrace