Skip to content

Commit

Permalink
Tracing docs fix configure option and description
Browse files Browse the repository at this point in the history
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 <[email protected]>
Message-id: [email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
  • Loading branch information
dagrh authored and stefanhaRH committed Nov 18, 2014
1 parent 1aba4be commit b73e8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tracing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b73e8bd

Please sign in to comment.