mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
trace: update old trace events in docs
Commit c5f1ad429c ("block: Remove
bdrv_aio_readv/writev/flush()") removed
bdrv_aio_readv()/bdrv_aio_writev() so the example in the tracing
documentation is no longer valid.
Reported-by: Wang Dong <dongdwdw@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20170714133111.27359-1-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
@@ -14,8 +14,7 @@ for debugging, profiling, and observing execution.
|
||||
|
||||
2. Create a file with the events you want to trace:
|
||||
|
||||
echo bdrv_aio_readv > /tmp/events
|
||||
echo bdrv_aio_writev >> /tmp/events
|
||||
echo memory_region_ops_read >/tmp/events
|
||||
|
||||
3. Run the virtual machine to produce a trace file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user