mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
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>
This commit is contained in:
parent
f7dc89c35d
commit
6ec9379870
7 changed files with 0 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue