aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-02-08 13:48:08 -0300
committerPaolo Bonzini <pbonzini@redhat.com>2018-02-13 16:15:08 +0100
commit238cd93567253e0126fbd0c0c3bc75aa43e46a5d (patch)
treef766677b6dfc8481e3b6248d51ddbd3ab57b8b9d /hw/sd/trace-events
parentea55a221bfc04bde7c7874ecd98881e09763a192 (diff)
downloadqemu-238cd93567253e0126fbd0c0c3bc75aa43e46a5d.zip
qemu-238cd93567253e0126fbd0c0c3bc75aa43e46a5d.tar.gz
qemu-238cd93567253e0126fbd0c0c3bc75aa43e46a5d.tar.bz2
sdbus: add trace events
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-Id: <20180208164818.7961-21-f4bug@amsat.org>
Diffstat (limited to 'hw/sd/trace-events')
-rw-r--r--hw/sd/trace-events5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/sd/trace-events b/hw/sd/trace-events
index 78d8707..ea2746c 100644
--- a/hw/sd/trace-events
+++ b/hw/sd/trace-events
@@ -1,5 +1,10 @@
# See docs/devel/tracing.txt for syntax documentation.
+# hw/sd/core.c
+sdbus_command(const char *bus_name, uint8_t cmd, uint32_t arg, uint8_t crc) "@%s CMD%02d arg 0x%08x crc 0x%02x"
+sdbus_read(const char *bus_name, uint8_t value) "@%s value 0x%02x"
+sdbus_write(const char *bus_name, uint8_t value) "@%s value 0x%02x"
+
# hw/sd/sdhci.c
sdhci_set_inserted(const char *level) "card state changed: %s"
sdhci_send_command(uint8_t cmd, uint32_t arg) "CMD%02u ARG[0x%08x]"