summaryrefslogtreecommitdiffstats
path: root/trace-events
diff options
context:
space:
mode:
authorAlon Levy2012-03-11 17:11:26 +0100
committerStefan Hajnoczi2012-03-12 11:30:23 +0100
commitcdbc19dd8d2fd32d9a96401aaaed0c19da7896ca (patch)
tree1b88ffd572401c594348d93124d4568b91e2ba5e /trace-events
parentmaintainers: Add docs/tracing.txt to Tracing (diff)
downloadqemu-cdbc19dd8d2fd32d9a96401aaaed0c19da7896ca.tar.gz
qemu-cdbc19dd8d2fd32d9a96401aaaed0c19da7896ca.tar.xz
qemu-cdbc19dd8d2fd32d9a96401aaaed0c19da7896ca.zip
console: add some trace events
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'trace-events')
-rw-r--r--trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index c5d0f0f547..94c4a6fb5c 100644
--- a/trace-events
+++ b/trace-events
@@ -658,3 +658,7 @@ dma_aio_cancel(void *dbs) "dbs=%p"
dma_complete(void *dbs, int ret, void *cb) "dbs=%p ret=%d cb=%p"
dma_bdrv_cb(void *dbs, int ret) "dbs=%p ret=%d"
dma_map_wait(void *dbs) "dbs=%p"
+
+# console.h
+displaysurface_free(void *display_state, void *display_surface) "state=%p surface=%p"
+displaysurface_resize(void *display_state, void *display_surface, int width, int height) "state=%p surface=%p %dx%d"