]> Git Repo - qemu.git/commitdiff
trace: update old trace events in docs
authorStefan Hajnoczi <[email protected]>
Fri, 14 Jul 2017 13:31:11 +0000 (14:31 +0100)
committerStefan Hajnoczi <[email protected]>
Mon, 17 Jul 2017 12:11:13 +0000 (13:11 +0100)
Commit c5f1ad429cdf26023cf331075a7d327708e3db6d ("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 <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 20170714133111[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
docs/devel/tracing.txt

index 8c0029becae6b02898998cbd610814b9bb167823..5768a0b7a2448690e310b07f0e28de1fb38eabbc 100644 (file)
@@ -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:
 
This page took 0.028496 seconds and 4 git commands to generate.