diff options
author | Jun Koi <junkoi2004@gmail.com> | 2012-03-08 16:24:52 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-12 10:12:34 +0000 |
commit | 324883aafed5163d7669358f8051fd85f805cf0d (patch) | |
tree | 82c18c29655e52330f169522f06ee1a91471319f /docs/tracing.txt | |
parent | db3bf8696358e105903b00432cad0aa50d3c0cb6 (diff) | |
download | 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/tracing.txt')
-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: |