xref: /qemu/target/s390x/kvm/trace-events (revision 64a917d5)
164a917d5SThomas Huth# See docs/devel/tracing.rst for syntax documentation.
267043607SCho, Yu-Chen
367043607SCho, Yu-Chen# kvm.c
467043607SCho, Yu-Chenkvm_enable_cmma(int rc) "CMMA: enabling with result code %d"
567043607SCho, Yu-Chenkvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
667043607SCho, Yu-Chenkvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s"
767043607SCho, Yu-Chenkvm_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assign: %d vq: %d"
8f4a69168SCédric Le Goater
9f4a69168SCédric Le Goaterkvm_sw_breakpoint(uint32_t n) "KVM: will use %d-byte sw breakpoints"
10f4a69168SCédric Le Goaterkvm_insn_unhandled_priv(uint32_t x) "KVM: unhandled PRIV: 0x%x"
11f4a69168SCédric Le Goaterkvm_insn_diag(uint32_t x) "KVM: unknown DIAG: 0x%x"
12f4a69168SCédric Le Goaterkvm_insn(uint32_t ipa, uint32_t ipb) "handle_instruction 0x%x 0x%x"
13f4a69168SCédric Le Goaterkvm_intercept(uint32_t icpt_code, uint64_t psw_addr) "intercept: 0x%x (at 0x%"PRIx64"lx)"
14f4a69168SCédric Le Goaterkvm_msi_route_fixup(const char* msg) "%s"
15