dtrace gets the structure definitions from CTF debugging data in the kernel image. Did you use a custom kernel configuraton file? Make sure that you have these lines in your kernel config:
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace To unsubscribe, send any mail to "[email protected]"
