target/mips: Remove XBurst Media eXtension Unit dead code
[qemu/ar7.git] / hw / i2c / trace-events
blob82fe6f965f48df1c319c63b8a207e4e0ecbf3bbe
1 # See docs/devel/tracing.txt for syntax documentation.
3 # core.c
5 i2c_event(const char *event, uint8_t address) "%s(addr:0x%02x)"
6 i2c_send(uint8_t address, uint8_t data) "send(addr:0x%02x) data:0x%02x"
7 i2c_recv(uint8_t address, uint8_t data) "recv(addr:0x%02x) data:0x%02x"
9 # aspeed_i2c.c
11 aspeed_i2c_bus_cmd(uint32_t cmd, const char *cmd_flags, uint32_t count, uint32_t intr_status) "handling cmd=0x%x %s count=%d intr=0x%x"
12 aspeed_i2c_bus_raise_interrupt(uint32_t intr_status, const char *str1, const char *str2, const char *str3, const char *str4, const char *str5) "handled intr=0x%x %s%s%s%s%s"
13 aspeed_i2c_bus_read(uint32_t busid, uint64_t offset, unsigned size, uint64_t value) "bus[%d]: To 0x%" PRIx64 " of size %u: 0x%" PRIx64
14 aspeed_i2c_bus_write(uint32_t busid, uint64_t offset, unsigned size, uint64_t value) "bus[%d]: To 0x%" PRIx64 " of size %u: 0x%" PRIx64
15 aspeed_i2c_bus_send(const char *mode, int i, int count, uint8_t byte) "%s send %d/%d 0x%02x"
16 aspeed_i2c_bus_recv(const char *mode, int i, int count, uint8_t byte) "%s recv %d/%d 0x%02x"
18 # npcm7xx_smbus.c
20 npcm7xx_smbus_read(const char *id, uint64_t offset, uint64_t value, unsigned size) "%s offset: 0x%04" PRIx64 " value: 0x%02" PRIx64 " size: %u"
21 npcm7xx_smbus_write(const char *id, uint64_t offset, uint64_t value, unsigned size) "%s offset: 0x%04" PRIx64 " value: 0x%02" PRIx64 " size: %u"
22 npcm7xx_smbus_start(const char *id, int success) "%s starting, success: %d"
23 npcm7xx_smbus_send_address(const char *id, uint8_t addr, int recv, int success) "%s sending address: 0x%02x, recv: %d, success: %d"
24 npcm7xx_smbus_send_byte(const char *id, uint8_t value, int success) "%s send byte: 0x%02x, success: %d"
25 npcm7xx_smbus_recv_byte(const char *id, uint8_t value) "%s recv byte: 0x%02x"
26 npcm7xx_smbus_stop(const char *id) "%s stopping"
27 npcm7xx_smbus_nack(const char *id) "%s nacking"
28 npcm7xx_smbus_recv_fifo(const char *id, uint8_t received, uint8_t expected) "%s recv fifo: received %u, expected %u"