From: Jun Koi Date: Thu, 8 Mar 2012 08:24:52 +0000 (+0800) Subject: docs: correct ./configure line in tracing.txt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=324883aafed5163d7669358f8051fd85f805cf0d;p=qemu.git docs: correct ./configure line in tracing.txt This patch corrects the configure's trace option in docs/tracing.txt. Signed-off-by: Jun Koi Signed-off-by: Stefan Hajnoczi --- 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: