diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-12 16:36:07 +0000 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-04-05 14:54:39 +0200 |
commit | d7bb72c83cfbcfd0563e158800e4052819223524 (patch) | |
tree | bb36b10cc9460fee6d78d0bc89eb4b112fb36b13 /block | |
parent | 3948d1d4876065160583e79533bf604481063833 (diff) |
qemu-io: add option to enable tracing
It can be useful to enable QEMU tracing when trying out block layer
interfaces via qemu-io. Tracing can be enabled using the new -T FILE
option where the given file contains a list of trace events to enable
(just like the qemu --trace events=FILE option).
$ echo qemu_vfree >my-events
$ ./qemu-io -T my-events ...
Remember to use ./configure --enable-trace-backend=BACKEND when building
qemu-io.
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions