From 7f4076c1bb16d0d6f81a085ecc9c9d0b9da74c7d Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 26 Jan 2017 17:16:13 +0000 Subject: trace: clean up trace-events files There are a number of unused trace events that scripts/cleanup-trace-events.pl finds. The "hw/vfio/pci-quirks.c" filename was typoed and "qapi/qapi-visit-core.c" was missing the qapi/ directory prefix. Signed-off-by: Stefan Hajnoczi Reviewed-by: Eric Blake Message-id: 20170126171613.1399-3-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi --- hw/block/dataplane/trace-events | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/block/dataplane/trace-events') diff --git a/hw/block/dataplane/trace-events b/hw/block/dataplane/trace-events index 13f5dbbcdc..e07673ab1f 100644 --- a/hw/block/dataplane/trace-events +++ b/hw/block/dataplane/trace-events @@ -3,4 +3,3 @@ # 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