]> git.proxmox.com Git - mirror_qemu.git/blame - target/s390x/trace-events
target/s390x/kvm: Enable adapter interruption suppression again
[mirror_qemu.git] / target / s390x / trace-events
CommitLineData
87e0331c 1# See docs/devel/tracing.txt for syntax documentation.
a4e21b3e 2
500016e5 3# mmu_helper.c
a4e21b3e
DB
4get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
5set_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned %d"
6
500016e5 7# ioinst.c
a4e21b3e
DB
8ioinst(const char *insn) "IOINST: %s"
9ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)"
10ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)"
8908eb1a 11ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command 0x%04x, len 0x%04x"
a4e21b3e 12
500016e5 13# kvm.c
a4e21b3e
DB
14kvm_enable_cmma(int rc) "CMMA: enabling with result code %d"
15kvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
16kvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s"
747c432f 17kvm_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assign: %d vq: %d"
a4e21b3e 18
500016e5 19# cpu.c
a4e21b3e
DB
20cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
21cpu_halt(int cpu_index) "halting cpu %d"
22cpu_unhalt(int cpu_index) "unhalting cpu %d"
74b4c74d 23
500016e5 24# sigp.c
74b4c74d 25sigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu %d -> cpu %d with cc=%d"