xref: /openbmc/qemu/hw/sd/trace-events (revision 8be487d8f184f2f721cabeac559fb7a6cba18c95)
187e0331cSPhilippe Mathieu-Daudé# See docs/devel/tracing.txt for syntax documentation.
21374aeccSDaniel P. Berrange
3*8be487d8SPhilippe Mathieu-Daudé# hw/sd/sdhci.c
4*8be487d8SPhilippe Mathieu-Daudésdhci_set_inserted(const char *level) "card state changed: %s"
5*8be487d8SPhilippe Mathieu-Daudésdhci_send_command(uint8_t cmd, uint32_t arg) "CMD%02u ARG[0x%08x]"
6*8be487d8SPhilippe Mathieu-Daudésdhci_error(const char *msg) "%s"
7*8be487d8SPhilippe Mathieu-Daudésdhci_response4(uint32_t r0) "RSPREG[31..0]=0x%08x"
8*8be487d8SPhilippe Mathieu-Daudésdhci_response16(uint32_t r3, uint32_t r2, uint32_t r1, uint32_t r0) "RSPREG[127..96]=0x%08x, RSPREG[95..64]=0x%08x, RSPREG[63..32]=0x%08x, RSPREG[31..0]=0x%08x"
9*8be487d8SPhilippe Mathieu-Daudésdhci_end_transfer(uint8_t cmd, uint32_t arg) "Automatically issue CMD%02u 0x%08x"
10*8be487d8SPhilippe Mathieu-Daudésdhci_adma(const char *desc, uint32_t sysad) "%s: admasysaddr=0x%" PRIx32
11*8be487d8SPhilippe Mathieu-Daudésdhci_adma_loop(uint64_t addr, uint16_t length, uint8_t attr) "addr=0x%08" PRIx64 ", len=%d, attr=0x%x"
12*8be487d8SPhilippe Mathieu-Daudésdhci_adma_transfer_completed(void) ""
13*8be487d8SPhilippe Mathieu-Daudésdhci_access(const char *access, unsigned int size, uint64_t offset, const char *dir, uint64_t val, uint64_t val2) "%s%u: addr[0x%04" PRIx64 "] %s 0x%08" PRIx64 " (%" PRIu64 ")"
14*8be487d8SPhilippe Mathieu-Daudésdhci_read_dataport(uint16_t data_count) "all %u bytes of data have been read from input buffer"
15*8be487d8SPhilippe Mathieu-Daudésdhci_write_dataport(uint16_t data_count) "write buffer filled with %u bytes of data"
16*8be487d8SPhilippe Mathieu-Daudé
171374aeccSDaniel P. Berrange# hw/sd/milkymist-memcard.c
188908eb1aSVladimir Sementsov-Ogievskiymilkymist_memcard_memory_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
198908eb1aSVladimir Sementsov-Ogievskiymilkymist_memcard_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
20487b406aSPhilippe Mathieu-Daudé
21487b406aSPhilippe Mathieu-Daudé# hw/sd/pxa2xx_mmci.c
22487b406aSPhilippe Mathieu-Daudépxa2xx_mmci_read(uint8_t size, uint32_t addr, uint32_t value) "size %d addr 0x%02x value 0x%08x"
23487b406aSPhilippe Mathieu-Daudépxa2xx_mmci_write(uint8_t size, uint32_t addr, uint32_t value) "size %d addr 0x%02x value 0x%08x"
24