From de928314aa5bdb1f0ad4c8dadc659bddaeb4c291 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Wed, 25 Jan 2017 16:14:11 +0000 Subject: 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 Signed-off-by: Daniel P. Berrange Message-id: 20170125161417.31949-3-berrange@redhat.com Signed-off-by: Stefan Hajnoczi --- hw/block/dataplane/trace-events | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hw/block/dataplane/trace-events (limited to 'hw/block/dataplane') 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" -- cgit v1.2.3-55-g7522