master
text 15 lines 672 Bytes
Raw
1 # See docs/devel/tracing.rst for syntax documentation.
2
3 # ioinst.c
4 ioinst(const char *insn) "IOINST: %s"
5 ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)"
6 ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)"
7 ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command 0x%04x, len 0x%04x"
8
9 # cpu-system.c
10 cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
11 cpu_halt(int cpu_index) "halting cpu %d"
12 cpu_unhalt(int cpu_index) "unhalting cpu %d"
13
14 # sigp.c
15 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"