Although a dtrace python compatibility script is provided, there is no documentation on it. This really would be nice when trying to see why it doesn't work with certain arguments (since there currently is no easy way to see what which flag should do).
It is actually not that bad, there is dtrace --help, which gives: Usage /usr/local/bin/dtrace [--help] [-h | -G] -s File.d [-o File] Where -h builds a systemtap header file from the .d file -o specifies an explicit output file name, The default for -G is file.o and -h is file.h -s specifies the name of the .d input file -G builds a stub file.o from file.d, which is required by some packages that use dtrace. Still would be nice to have an actual man page though.
Add dtrace.1 man page. commit: 4e6d866ff6