]> 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 6144d9921bfd3743adfd2647558b9ce27ea559b2..dba43fc7a4095c7f63e1ebe51a50913a214549b4 100644 (file)
@@ -55,7 +55,7 @@ without any sub-directory path prefix. eg io/channel-buffer.c would do
   #include "trace.h"
 
 To access the 'io/trace.h' file. While it is possible to include a trace.h
-file from outside a source files' own sub-directory, this is discouraged in
+file from outside a source file's own sub-directory, this is discouraged in
 general. It is strongly preferred that all events be declared directly in
 the sub-directory that uses them. The only exception is where there are some
 shared trace events defined in the top level directory trace-events 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.