summary refs log tree commit diff stats
path: root/hw/i386/trace-events
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-08-01 13:25:58 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2023-09-12 10:37:01 +0400
commit885f380f7bec732b3615d2698e493fab617d46de (patch)
tree9ff0e5622f5892bf5094fbe15bde2ad280e74d8d /hw/i386/trace-events
parentd824da9dc136404e63b17914ec4bea0d018d3bb5 (diff)
downloadfocaccia-qemu-885f380f7bec732b3615d2698e493fab617d46de.tar.gz
focaccia-qemu-885f380f7bec732b3615d2698e493fab617d46de.zip
vmmouse: replace DPRINTF with tracing
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/i386/trace-events')
-rw-r--r--hw/i386/trace-events10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/i386/trace-events b/hw/i386/trace-events
index 04fd71bfc4..53c02d7ac8 100644
--- a/hw/i386/trace-events
+++ b/hw/i386/trace-events
@@ -121,3 +121,13 @@ x86_pic_interrupt(int irqn, int level) "PIC interrupt #%d level:%d"
 # port92.c
 port92_read(uint8_t val) "port92: read 0x%02x"
 port92_write(uint8_t val) "port92: write 0x%02x"
+
+# vmmouse.c
+vmmouse_get_status(void) ""
+vmmouse_mouse_event(int x, int y, int dz, int buttons_state) "event: x=%d y=%d dz=%d state=%d"
+vmmouse_init(void) ""
+vmmouse_read_id(void) ""
+vmmouse_request_relative(void) ""
+vmmouse_request_absolute(void) ""
+vmmouse_disable(void) ""
+vmmouse_data(uint32_t size) "data: size=%" PRIu32