diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2020-06-23 21:49:36 +0100 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2020-06-26 10:13:52 +0100 |
commit | e590e7f01479a1d4544aac062fe9fdb986502294 (patch) | |
tree | 07e3d3353d0a4a9157710c975bb69c2c3d1724a0 /hw/input/trace-events | |
parent | fa6c9539645a2e2df9ef5c423ccfa7d849dee41a (diff) | |
download | qemu-e590e7f01479a1d4544aac062fe9fdb986502294.zip qemu-e590e7f01479a1d4544aac062fe9fdb986502294.tar.gz qemu-e590e7f01479a1d4544aac062fe9fdb986502294.tar.bz2 |
adb: add ADB bus trace events
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Finn Thain <fthain@telegraphics.com.au>
Acked-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20200623204936.24064-23-mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/input/trace-events')
-rw-r--r-- | hw/input/trace-events | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/input/trace-events b/hw/input/trace-events index 6f0d782..1dd8ad6 100644 --- a/hw/input/trace-events +++ b/hw/input/trace-events @@ -14,6 +14,13 @@ adb_device_mouse_readreg(int reg, uint8_t val0, uint8_t val1) "reg %d obuf[0] 0x adb_device_mouse_request_change_addr(int devaddr) "change addr to 0x%x" adb_device_mouse_request_change_addr_and_handler(int devaddr, int handler) "change addr and handler to 0x%x, 0x%x" +# adb.c +adb_bus_request(uint8_t addr, const char *cmd, int size) "device 0x%x %s cmdsize=%d" +adb_bus_request_done(uint8_t addr, const char *cmd, int size) "device 0x%x %s replysize=%d" +adb_bus_autopoll_block(bool blocked) "blocked: %d" +adb_bus_autopoll_cb(uint16_t mask) "executing autopoll_cb with autopoll mask 0x%x" +adb_bus_autopoll_cb_done(uint16_t mask) "done executing autopoll_cb with autopoll mask 0x%x" + # pckbd.c pckbd_kbd_read_data(uint32_t val) "0x%02x" pckbd_kbd_read_status(int status) "0x%02x" |