diff options
author | Alon Levy | 2012-03-11 17:11:27 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2012-03-12 11:30:27 +0100 |
commit | 727500181a2b2470a676e021205d170ede23beb7 (patch) | |
tree | 2126cee8ad90f5ef1f2bddaea432f6d8d268931b /trace-events | |
parent | console: add some trace events (diff) | |
download | qemu-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-events | 3 |
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" |