xref: /openbmc/qemu/target/s390x/trace-events (revision fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0)
1*fcf5ef2aSThomas Huth# See docs/tracing.txt for syntax documentation.
2*fcf5ef2aSThomas Huth
3*fcf5ef2aSThomas Huth# target/s390x/mmu_helper.c
4*fcf5ef2aSThomas Huthget_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
5*fcf5ef2aSThomas Huthset_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned %d"
6*fcf5ef2aSThomas Huth
7*fcf5ef2aSThomas Huth# target/s390x/ioinst.c
8*fcf5ef2aSThomas Huthioinst(const char *insn) "IOINST: %s"
9*fcf5ef2aSThomas Huthioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)"
10*fcf5ef2aSThomas Huthioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)"
11*fcf5ef2aSThomas Huthioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command %04x, len %04x"
12*fcf5ef2aSThomas Huth
13*fcf5ef2aSThomas Huth# target/s390x/kvm.c
14*fcf5ef2aSThomas Huthkvm_enable_cmma(int rc) "CMMA: enabling with result code %d"
15*fcf5ef2aSThomas Huthkvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
16*fcf5ef2aSThomas Huthkvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s"
17*fcf5ef2aSThomas Huthkvm_sigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu %d -> cpu %d with cc=%d"
18*fcf5ef2aSThomas Huth
19*fcf5ef2aSThomas Huth# target/s390x/cpu.c
20*fcf5ef2aSThomas Huthcpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
21*fcf5ef2aSThomas Huthcpu_halt(int cpu_index) "halting cpu %d"
22*fcf5ef2aSThomas Huthcpu_unhalt(int cpu_index) "unhalting cpu %d"
23