diff options
| author | Daniel P. Berrange | 2017-01-25 17:14:11 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2017-01-31 18:11:17 +0100 |
| commit | de928314aa5bdb1f0ad4c8dadc659bddaeb4c291 (patch) | |
| tree | d6a0a29d2941f3c4759d95e93cd99d581e4ee986 /hw/block/dataplane | |
| parent | make: move top level dir to end of include search path (diff) | |
| download | qemu-de928314aa5bdb1f0ad4c8dadc659bddaeb4c291.tar.gz qemu-de928314aa5bdb1f0ad4c8dadc659bddaeb4c291.tar.xz qemu-de928314aa5bdb1f0ad4c8dadc659bddaeb4c291.zip | |
trace: move hw/block/dataplane events to correct subdir
The trace-events for a given source file should generally
always live in the same directory as the source file.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170125161417.31949-3-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/block/dataplane')
| -rw-r--r-- | hw/block/dataplane/trace-events | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/block/dataplane/trace-events b/hw/block/dataplane/trace-events new file mode 100644 index 0000000000..13f5dbbcdc --- /dev/null +++ b/hw/block/dataplane/trace-events @@ -0,0 +1,6 @@ +# See docs/tracing.txt for syntax documentation. + +# hw/block/dataplane/virtio-blk.c +virtio_blk_data_plane_start(void *s) "dataplane %p" +virtio_blk_data_plane_stop(void *s) "dataplane %p" +virtio_blk_data_plane_process_request(void *s, unsigned int out_num, unsigned int in_num, unsigned int head) "dataplane %p out_num %u in_num %u head %u" |
