I'm learning and evaluating DTrace.
DTrace on FreeBSD seems to be a bit different from other platforms.
gives the message
Other platforms tested show a list of system calls.
Does DTrace need some specific settings on FreeBSD? My platform is FreeBSD 9.0 x86 running inside VirtualBox.
DTrace on FreeBSD seems to be a bit different from other platforms.
# dtrace -n 'syscall:::'
gives the message
Code:
dtrace: failed to initialize dtrace: DTrace device not available on system
Other platforms tested show a list of system calls.
Does DTrace need some specific settings on FreeBSD? My platform is FreeBSD 9.0 x86 running inside VirtualBox.