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/i386/trace-events | |
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/i386/trace-events')
-rw-r--r-- | hw/i386/trace-events | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i386/trace-events b/hw/i386/trace-events index b7eb856a77..83f8369778 100644 --- a/hw/i386/trace-events +++ b/hw/i386/trace-events @@ -106,8 +106,6 @@ amdvi_ir_err(const char *str) "%s" amdvi_ir_intctl(uint8_t val) "int_ctl 0x%"PRIx8 amdvi_ir_target_abort(const char *str) "%s" amdvi_ir_delivery_mode(const char *str) "%s" -amdvi_ir_generate_msi_message(uint8_t vector, uint8_t delivery_mode, uint8_t dest_mode, uint8_t dest, uint8_t rh) "vector %d delivery-mode %d dest-mode %d dest-id %d rh %d" -amdvi_ir_irte_ga(uint64_t addr, uint64_t data) "addr 0x%"PRIx64" offset 0x%"PRIx64 amdvi_ir_irte_ga_val(uint64_t hi, uint64_t lo) "hi 0x%"PRIx64" lo 0x%"PRIx64 # vmport.c |