trace-events 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # See docs/devel/tracing.rst for syntax documentation.
  2. # allwinner-sdhost.c
  3. allwinner_sdhost_set_inserted(bool inserted) "inserted %u"
  4. allwinner_sdhost_process_desc(uint64_t desc_addr, uint32_t desc_size, bool is_write, uint32_t max_bytes) "desc_addr 0x%" PRIx64 " desc_size %" PRIu32 " is_write %u max_bytes %" PRIu32
  5. allwinner_sdhost_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  6. allwinner_sdhost_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32
  7. allwinner_sdhost_update_irq(uint32_t irq) "IRQ bits 0x%" PRIx32
  8. # bcm2835_sdhost.c
  9. bcm2835_sdhost_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  10. bcm2835_sdhost_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u"
  11. bcm2835_sdhost_edm_change(const char *why, uint32_t edm) "(%s) EDM now 0x%x"
  12. bcm2835_sdhost_update_irq(uint32_t irq) "IRQ bits 0x%x"
  13. # core.c
  14. sdbus_command(const char *bus_name, uint8_t cmd, uint32_t arg) "@%s CMD%02d arg 0x%08x"
  15. sdbus_read(const char *bus_name, uint8_t value) "@%s value 0x%02x"
  16. sdbus_write(const char *bus_name, uint8_t value) "@%s value 0x%02x"
  17. sdbus_set_voltage(const char *bus_name, uint16_t millivolts) "@%s %u (mV)"
  18. sdbus_get_dat_lines(const char *bus_name, uint8_t dat_lines) "@%s dat_lines: %u"
  19. sdbus_get_cmd_line(const char *bus_name, bool cmd_line) "@%s cmd_line: %u"
  20. # sdhci.c
  21. sdhci_set_inserted(const char *level) "card state changed: %s"
  22. sdhci_send_command(uint8_t cmd, uint32_t arg) "CMD%02u ARG[0x%08x]"
  23. sdhci_error(const char *msg) "%s"
  24. sdhci_response4(uint32_t r0) "RSPREG[31..0]=0x%08x"
  25. 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"
  26. sdhci_end_transfer(uint8_t cmd, uint32_t arg) "Automatically issue CMD%02u 0x%08x"
  27. sdhci_adma(const char *desc, uint32_t sysad) "%s: admasysaddr=0x%" PRIx32
  28. sdhci_adma_loop(uint64_t addr, uint16_t length, uint8_t attr) "addr=0x%08" PRIx64 ", len=%d, attr=0x%x"
  29. sdhci_adma_transfer_completed(void) ""
  30. 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 ")"
  31. sdhci_read_dataport(uint16_t data_count) "all %u bytes of data have been read from input buffer"
  32. sdhci_write_dataport(uint16_t data_count) "write buffer filled with %u bytes of data"
  33. sdhci_capareg(const char *desc, uint16_t val) "%s: %u"
  34. # sd.c
  35. sdcard_normal_command(const char *proto, const char *cmd_desc, uint8_t cmd, uint32_t arg, const char *state) "%s %20s/ CMD%02d arg 0x%08x (state %s)"
  36. sdcard_app_command(const char *proto, const char *acmd_desc, uint8_t acmd, uint32_t arg, const char *state) "%s %23s/ACMD%02d arg 0x%08x (state %s)"
  37. sdcard_response(const char *rspdesc, int rsplen) "%s (sz:%d)"
  38. sdcard_powerup(void) ""
  39. sdcard_inquiry_cmd41(void) ""
  40. sdcard_reset(void) ""
  41. sdcard_set_blocklen(uint16_t length) "0x%03x"
  42. sdcard_inserted(bool readonly) "read_only: %u"
  43. sdcard_ejected(void) ""
  44. sdcard_erase(uint32_t first, uint32_t last) "addr first 0x%" PRIx32" last 0x%" PRIx32
  45. sdcard_lock(void) ""
  46. sdcard_unlock(void) ""
  47. sdcard_read_block(uint64_t addr, uint32_t len) "addr 0x%" PRIx64 " size 0x%x"
  48. sdcard_write_block(uint64_t addr, uint32_t len) "addr 0x%" PRIx64 " size 0x%x"
  49. sdcard_write_data(const char *proto, const char *cmd_desc, uint8_t cmd, uint8_t value) "%s %20s/ CMD%02d value 0x%02x"
  50. sdcard_read_data(const char *proto, const char *cmd_desc, uint8_t cmd, uint32_t length) "%s %20s/ CMD%02d len %" PRIu32
  51. sdcard_set_voltage(uint16_t millivolts) "%u mV"
  52. # pxa2xx_mmci.c
  53. pxa2xx_mmci_read(uint8_t size, uint32_t addr, uint32_t value) "size %d addr 0x%02x value 0x%08x"
  54. pxa2xx_mmci_write(uint8_t size, uint32_t addr, uint32_t value) "size %d addr 0x%02x value 0x%08x"
  55. # pl181.c
  56. pl181_command_send(uint8_t cmd, uint32_t arg) "sending CMD%02d arg 0x%08" PRIx32
  57. pl181_command_sent(void) "command sent"
  58. pl181_command_response_pending(void) "response received"
  59. pl181_command_timeout(void) "command timeouted"
  60. pl181_fifo_push(uint32_t data) "FIFO push 0x%08" PRIx32
  61. pl181_fifo_pop(uint32_t data) "FIFO pop 0x%08" PRIx32
  62. pl181_fifo_transfer_complete(void) "FIFO transfer complete"
  63. pl181_data_engine_idle(void) "data engine idle"
  64. # aspeed_sdhci.c
  65. aspeed_sdhci_read(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size %u: 0x%" PRIx64
  66. aspeed_sdhci_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64 " size %u: 0x%" PRIx64