mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
This commit is contained in:
parent
db3bf86963
commit
324883aafe
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ for debugging, profiling, and observing execution.
|
||||||
|
|
||||||
1. Build with the 'simple' trace backend:
|
1. Build with the 'simple' trace backend:
|
||||||
|
|
||||||
./configure --trace-backend=simple
|
./configure --enable-trace-backend=simple
|
||||||
make
|
make
|
||||||
|
|
||||||
2. Create a file with the events you want to trace:
|
2. Create a file with the events you want to trace:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue