aboutsummaryrefslogtreecommitdiff
path: root/ui/trace-events
diff options
context:
space:
mode:
authorhikalium <hikalium@hikalium.com>2024-05-12 20:14:34 +0900
committerMarc-André Lureau <marcandre.lureau@redhat.com>2024-05-14 17:14:13 +0400
commit36b8e6b4e17cb1e45c902689d1366fa93571bfbd (patch)
treea5b5d876721a13da3181d723bee2f79f0984d892 /ui/trace-events
parentdb81dd6bdc3425145398c6634c329c2182144d6d (diff)
downloadqemu-36b8e6b4e17cb1e45c902689d1366fa93571bfbd.zip
qemu-36b8e6b4e17cb1e45c902689d1366fa93571bfbd.tar.gz
qemu-36b8e6b4e17cb1e45c902689d1366fa93571bfbd.tar.bz2
ui/gtk: Add gd_motion_event trace event
Add gd_motion_event trace event for making it easy to debug gd_motion_event related issues. Signed-off-by: hikalium <hikalium@hikalium.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20240512111435.30121-2-hikalium@hikalium.com>
Diffstat (limited to 'ui/trace-events')
-rw-r--r--ui/trace-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/trace-events b/ui/trace-events
index e6a2894..69ff229 100644
--- a/ui/trace-events
+++ b/ui/trace-events
@@ -28,6 +28,7 @@ gd_ungrab(const char *tab, const char *device) "tab=%s, dev=%s"
gd_keymap_windowing(const char *name) "backend=%s"
gd_gl_area_create_context(void *ctx, int major, int minor) "ctx=%p, major=%d, minor=%d"
gd_gl_area_destroy_context(void *ctx, void *current_ctx) "ctx=%p, current_ctx=%p"
+gd_motion_event(int ww, int wh, int ws, int x, int y) "ww=%d, wh=%d, ws=%d, x=%d, y=%d"
# vnc-auth-sasl.c
# vnc-auth-vencrypt.c