Commit 2e4ccbbc authored by Lin Ma's avatar Lin Ma Committed by Stefan Hajnoczi
Browse files

docs: update the usage example of "dtrace" backend in tracing.txt



The usage example of dtrace is quite ancient, We have tracetool.py with
different parameters instead of the original tracetool shell script for
a long time, So update the old information.

Signed-off-by: default avatarLin Ma <lma@suse.com>
Message-id: 1441954730-17341-1-git-send-email-lma@suse.com
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent 1d27b917
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ is generated to make use in scripts more convenient. This step can also be
performed manually after a build in order to change the binary name in the .stp
probes:

    scripts/tracetool --dtrace --stap \
    scripts/tracetool.py --backends=dtrace --format=stap \
                         --binary path/to/qemu-binary \
                         --target-type system \
                         --target-name x86_64 \