aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/trace-events
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i2c/trace-events')
-rw-r--r--hw/i2c/trace-events3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/i2c/trace-events b/hw/i2c/trace-events
index 52dbd53a23..48aee4887c 100644
--- a/hw/i2c/trace-events
+++ b/hw/i2c/trace-events
@@ -1,5 +1,8 @@
# See docs/devel/tracing.rst for syntax documentation.
+# bitbang_i2c.c
+bitbang_i2c_state(const char *old_state, const char *new_state) "state %s -> %s"
+
# core.c
i2c_event(const char *event, uint8_t address) "%s(addr:0x%02x)"