diff options
author | Fabien Chouteau <chouteau@adacore.com> | 2011-01-27 10:24:41 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-01-29 22:52:00 +0000 |
commit | 6f059041210117e6d63ecc845dd3a50c253d10ef (patch) | |
tree | 1d87da9f4471ae7ae892daffc7b0439759a9ffcb /docs | |
parent | 58f3ef334ed284f243d66d65430ba19f0be1f9e8 (diff) | |
download | qemu-6f059041210117e6d63ecc845dd3a50c253d10ef.tar.gz qemu-6f059041210117e6d63ecc845dd3a50c253d10ef.tar.bz2 qemu-6f059041210117e6d63ecc845dd3a50c253d10ef.zip |
New trace-event backend: stderr
This backend sends trace events to standard error output during the emulation.
Also add a "--list-backends" option to tracetool, so configure script can
display the list of available backends.
Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Acked-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tracing.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt index 963c5047fe..21183f9a68 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -133,6 +133,11 @@ source tree. It may not be as powerful as platform-specific or third-party trace backends but it is portable. This is the recommended trace backend unless you have specific needs for more advanced backends. +=== Stderr === + +The "stderr" backend sends trace events directly to standard error output +during emulation. + ==== Monitor commands ==== * info trace |