Tracing docs fix configure option and description
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 7 Oct 2014 14:12:41 +0000 (15:12 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 18 Nov 2014 14:05:54 +0000 (14:05 +0000)
Fix the example trace configure option.
Update the text to say that multiple backends are allowed and what
happens when multiple backends are enabled.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-id: 1412691161-31785-1-git-send-email-dgilbert@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/tracing.txt

index 7d389263940d09531a882d8157256daa2475b5b8..7117c5e7d60a10a0fb4525dce84cb8caa5ec8fc2 100644 (file)
@@ -139,12 +139,12 @@ events are not tightly coupled to a specific trace backend, such as LTTng or
 SystemTap.  Support for trace backends can be added by extending the "tracetool"
 script.
 
-The trace backend is chosen at configure time and only one trace backend can
-be built into the binary:
+The trace backends are chosen at configure time:
 
-    ./configure --trace-backends=simple
+    ./configure --enable-trace-backends=simple
 
 For a list of supported trace backends, try ./configure --help or see below.
+If multiple backends are enabled, the trace is sent to them all.
 
 The following subsections describe the supported trace backends.