summaryrefslogtreecommitdiffstats
path: root/hw/input/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-06-21 19:12:52 +0200
committerStefan Hajnoczi2018-06-29 16:04:18 +0200
commit349632a29ddb7d2ac7a7dc26499640ab2123fc7b (patch)
tree76da80fd3296e73c1ba68289075a555811fbf7e3 /hw/input/trace-events
parenthw/char/parallel: Convert from pdebug() macro to trace events (diff)
downloadqemu-349632a29ddb7d2ac7a7dc26499640ab2123fc7b.tar.gz
qemu-349632a29ddb7d2ac7a7dc26499640ab2123fc7b.tar.xz
qemu-349632a29ddb7d2ac7a7dc26499640ab2123fc7b.zip
hw/input/tsc2005: Convert a fprintf() call to trace events
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/input/trace-events')
-rw-r--r--hw/input/trace-events3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/input/trace-events b/hw/input/trace-events
index db72484a25..3965a842ae 100644
--- a/hw/input/trace-events
+++ b/hw/input/trace-events
@@ -41,5 +41,8 @@ milkymist_softusb_pulse_irq(void) "Pulse IRQ"
hid_kbd_queue_full(void) "queue full"
hid_kbd_queue_empty(void) "queue empty"
+# hw/input/tsc2005.c
+tsc2005_sense(const char *state) "touchscreen sense %s"
+
# hw/input/virtio
virtio_input_queue_full(void) "queue full"