diff options
author | Markus Armbruster | 2019-03-14 19:09:28 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2019-03-22 17:18:07 +0100 |
commit | a9779a3ab0c616ef3e0423f218145bc7d1de03f2 (patch) | |
tree | 11bb5610385c667c992e3674f10129780e3d78ce /hw/vfio | |
parent | scripts/cleanup-trace-events: Update for current practice (diff) | |
download | qemu-a9779a3ab0c616ef3e0423f218145bc7d1de03f2.tar.gz qemu-a9779a3ab0c616ef3e0423f218145bc7d1de03f2.tar.xz qemu-a9779a3ab0c616ef3e0423f218145bc7d1de03f2.zip |
trace-events: Delete unused trace points
Tracked down with cleanup-trace-events.pl. Funnies requiring manual
post-processing:
* block.c and blockdev.c trace points are in block/trace-events.
* hw/block/nvme.c uses the preprocessor to hide its trace point use
from cleanup-trace-events.pl.
* include/hw/xen/xen_common.h trace points are in hw/xen/trace-events.
* net/colo-compare and net/filter-rewriter.c use pseudo trace points
colo_compare_udp_miscompare and colo_filter_rewriter_debug to guard
debug code.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20190314180929.27722-5-armbru@redhat.com
Message-Id: <20190314180929.27722-5-armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/vfio')
-rw-r--r-- | hw/vfio/trace-events | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfio/trace-events b/hw/vfio/trace-events index 0c38b0c224..2df0e5b114 100644 --- a/hw/vfio/trace-events +++ b/hw/vfio/trace-events @@ -16,7 +16,6 @@ vfio_msix_pba_disable(const char *name) " (%s)" vfio_msix_pba_enable(const char *name) " (%s)" vfio_msix_disable(const char *name) " (%s)" vfio_msix_fixup(const char *name, int bar, uint64_t start, uint64_t end) " (%s) MSI-X region %d mmap fixup [0x%"PRIx64" - 0x%"PRIx64"]" -vfio_msix_relo_cost(const char *name, int bar, uint64_t cost) " (%s) BAR %d cost 0x%"PRIx64"" vfio_msix_relo(const char *name, int bar, uint64_t offset) " (%s) BAR %d offset 0x%"PRIx64"" vfio_msi_enable(const char *name, int nr_vectors) " (%s) Enabled %d MSI vectors" vfio_msi_disable(const char *name) " (%s)" |