]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/devel/tracing.txt
tracetool: add output filename command-line argument
[mirror_qemu.git] / docs / devel / tracing.txt
index d2160655b4e3041509a5d87216846e85292393c1..dba43fc7a4095c7f63e1ebe51a50913a214549b4 100644 (file)
@@ -318,7 +318,8 @@ probes:
                          --target-type system \
                          --target-name x86_64 \
                          --group=all \
-                         trace-events-all >qemu.stp
+                         trace-events-all \
+                         qemu.stp
 
 To facilitate simple usage of systemtap where there merely needs to be printf
 logging of certain probes, a helper script "qemu-trace-stap" is provided.