1*d0fb9657SStefano Garzarella# See docs/devel/tracing.rst for syntax documentation. 2fcf5ef2aSThomas Huth 3500016e5SMarkus Armbruster# mmu_helper.c 4fcf5ef2aSThomas Huthget_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d" 5fcf5ef2aSThomas Huthset_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned %d" 6fcf5ef2aSThomas Huth 7500016e5SMarkus Armbruster# ioinst.c 8fcf5ef2aSThomas Huthioinst(const char *insn) "IOINST: %s" 9fcf5ef2aSThomas Huthioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)" 10fcf5ef2aSThomas Huthioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)" 118908eb1aSVladimir Sementsov-Ogievskiyioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command 0x%04x, len 0x%04x" 12fcf5ef2aSThomas Huth 13500016e5SMarkus Armbruster# kvm.c 14fcf5ef2aSThomas Huthkvm_enable_cmma(int rc) "CMMA: enabling with result code %d" 15fcf5ef2aSThomas Huthkvm_clear_cmma(int rc) "CMMA: clearing with result code %d" 16fcf5ef2aSThomas 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" 17747c432fSCornelia Huckkvm_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assign: %d vq: %d" 18fcf5ef2aSThomas Huth 19500016e5SMarkus Armbruster# cpu.c 20fcf5ef2aSThomas Huthcpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8 21fcf5ef2aSThomas Huthcpu_halt(int cpu_index) "halting cpu %d" 22fcf5ef2aSThomas Huthcpu_unhalt(int cpu_index) "unhalting cpu %d" 2374b4c74dSDavid Hildenbrand 24500016e5SMarkus Armbruster# sigp.c 2574b4c74dSDavid Hildenbrandsigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu %d -> cpu %d with cc=%d" 26