aboutsummaryrefslogtreecommitdiff
path: root/docs/tracing.txt
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-10-09 12:18:13 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-10-09 12:18:14 +0100
commitb37686f7e84b22cfaf7fd01ac5133f2617cc3027 (patch)
tree61130f2388058912040c1b1972662f3aadbe5d8b /docs/tracing.txt
parent8be6e623a28497d1dcd10547a573c9143ece525c (diff)
parent98cf48f60aa4999f5b2808569a193a401a390e6a (diff)
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
# gpg: Signature made Fri 09 Oct 2015 10:15:13 BST using RSA key ID 81AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" * remotes/stefanha/tags/tracing-pull-request: trace: remove malloc tracing docs: update the usage example of "dtrace" backend in tracing.txt Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/tracing.txt')
-rw-r--r--docs/tracing.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt
index 7117c5e7d6..3853a6ad8a 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -258,11 +258,11 @@ 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 \
- --binary path/to/qemu-binary \
- --target-type system \
- --target-name x86_64 \
- <trace-events >qemu.stp
+ scripts/tracetool.py --backends=dtrace --format=stap \
+ --binary path/to/qemu-binary \
+ --target-type system \
+ --target-name x86_64 \
+ <trace-events >qemu.stp
== Trace event properties ==