]> Git Repo - qemu.git/blob - hw/i2c/trace-events
fw_cfg: Allow reboot-timeout=-1 again
[qemu.git] / hw / i2c / trace-events
1 # See docs/devel/tracing.txt for syntax documentation.
2
3 # core.c
4
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"
This page took 0.024246 seconds and 4 git commands to generate.