diff options
Diffstat (limited to 'hw/block/dataplane/trace-events')
-rw-r--r-- | hw/block/dataplane/trace-events | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/block/dataplane/trace-events b/hw/block/dataplane/trace-events new file mode 100644 index 000000000..38fc3e750 --- /dev/null +++ b/hw/block/dataplane/trace-events @@ -0,0 +1,5 @@ +# See docs/devel/tracing.rst for syntax documentation. + +# virtio-blk.c +virtio_blk_data_plane_start(void *s) "dataplane %p" +virtio_blk_data_plane_stop(void *s) "dataplane %p" |