summaryrefslogtreecommitdiffstats
path: root/trace-events
diff options
context:
space:
mode:
authorAlon Levy2012-03-11 17:11:27 +0100
committerStefan Hajnoczi2012-03-12 11:30:27 +0100
commit727500181a2b2470a676e021205d170ede23beb7 (patch)
tree2126cee8ad90f5ef1f2bddaea432f6d8d268931b /trace-events
parentconsole: add some trace events (diff)
downloadqemu-727500181a2b2470a676e021205d170ede23beb7.tar.gz
qemu-727500181a2b2470a676e021205d170ede23beb7.tar.xz
qemu-727500181a2b2470a676e021205d170ede23beb7.zip
vga: add trace event for ppm_save
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-events3
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-events b/trace-events
index 94c4a6fb5c..dfe28ed42b 100644
--- a/trace-events
+++ b/trace-events
@@ -662,3 +662,6 @@ 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"
+
+# vga.c
+ppm_save(const char *filename, void *display_surface) "%s surface=%p"