trace: SystemTap documentation out of date The docs/devel/tracing.txt help suggest: scripts/tracetool.py --backends=dtrace --format=stap \ --binary path/to/qemu-binary \ --target-type system \ --target-name x86_64 \ qemu.stp but since commit 2098c56a9bc this comment is outdated: $ scripts/tracetool.py --backends=dtrace --format=stap \ --binary mips-softmmu/qemu-system-mips \ --target-type system \ --target-name mips trace-events-all Error: group name is required The offending commit seems: commit 2098c56a9bc5901e145fa5d4759f075808811685 Author: Daniel P. Berrange