diff options
| author | Jun Koi | 2012-03-08 09:24:52 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2012-03-12 11:12:34 +0100 |
| commit | 324883aafed5163d7669358f8051fd85f805cf0d (patch) | |
| tree | 82c18c29655e52330f169522f06ee1a91471319f /docs | |
| parent | trace: make trace_thread_create() use its function arg (diff) | |
| download | qemu-324883aafed5163d7669358f8051fd85f805cf0d.tar.gz qemu-324883aafed5163d7669358f8051fd85f805cf0d.tar.xz qemu-324883aafed5163d7669358f8051fd85f805cf0d.zip | |
docs: correct ./configure line in tracing.txt
This patch corrects the configure's trace option in docs/tracing.txt.
Signed-off-by: Jun Koi <junkoi2004@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tracing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt index a92716f319..c541133368 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -9,7 +9,7 @@ for debugging, profiling, and observing execution. 1. Build with the 'simple' trace backend: - ./configure --trace-backend=simple + ./configure --enable-trace-backend=simple make 2. Create a file with the events you want to trace: |
