summaryrefslogtreecommitdiffstats
path: root/target/ppc
diff options
context:
space:
mode:
authorMarkus Armbruster2020-08-06 16:13:33 +0200
committerStefan Hajnoczi2020-09-09 18:17:02 +0200
commit6ec9379870d409311c7faf5b5316d2e2a8da353f (patch)
tree238209f6520bcaf5c59d2b52e9d342d350b17a74 /target/ppc
parentscripts/cleanup-trace-events: Emit files in alphabetical order (diff)
downloadqemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.gz
qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.tar.xz
qemu-6ec9379870d409311c7faf5b5316d2e2a8da353f.zip
trace-events: Delete unused trace points
Tracked down with the help of scripts/cleanup-trace-events.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 20200806141334.3646302-4-armbru@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/trace-events1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/trace-events b/target/ppc/trace-events
index 6d15aa90b4..bc0d4e6f8b 100644
--- a/target/ppc/trace-events
+++ b/target/ppc/trace-events
@@ -20,7 +20,6 @@ kvm_failed_dtl_set(const char *msg) "Unable to set dispatch trace log state to K
kvm_failed_null_vpa_addr_set(const char *msg) "Unable to set VPA address to KVM: %s"
kvm_failed_put_vpa(void) "Warning: Unable to set VPA information to KVM"
kvm_failed_get_vpa(void) "Warning: Unable to get VPA information from KVM"
-kvm_injected_interrupt(int irq) "injected interrupt %d"
kvm_handle_dcr_write(void) "handle dcr write"
kvm_handle_dcr_read(void) "handle dcr read"
kvm_handle_halt(void) "handle halt"