1d0fb9657SStefano Garzarella# See docs/devel/tracing.rst for syntax documentation. 2fcf5ef2aSThomas Huth 3500016e5SMarkus Armbruster# ioinst.c 4fcf5ef2aSThomas Huthioinst(const char *insn) "IOINST: %s" 5fcf5ef2aSThomas Huthioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)" 6fcf5ef2aSThomas Huthioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)" 78908eb1aSVladimir Sementsov-Ogievskiyioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command 0x%04x, len 0x%04x" 8fcf5ef2aSThomas Huth 9*72ffb631SCho, Yu-Chen# cpu-sysemu.c 10fcf5ef2aSThomas Huthcpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8 11fcf5ef2aSThomas Huthcpu_halt(int cpu_index) "halting cpu %d" 12fcf5ef2aSThomas Huthcpu_unhalt(int cpu_index) "unhalting cpu %d" 1374b4c74dSDavid Hildenbrand 14500016e5SMarkus Armbruster# sigp.c 1574b4c74dSDavid 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" 16