diff options
author | Alon Levy <alevy@redhat.com> | 2012-03-11 18:11:27 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-12 10:30:27 +0000 |
commit | 727500181a2b2470a676e021205d170ede23beb7 (patch) | |
tree | 2126cee8ad90f5ef1f2bddaea432f6d8d268931b /trace-events | |
parent | cdbc19dd8d2fd32d9a96401aaaed0c19da7896ca (diff) | |
download | hqemu-727500181a2b2470a676e021205d170ede23beb7.zip hqemu-727500181a2b2470a676e021205d170ede23beb7.tar.gz |
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 94c4a6f..dfe28ed 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" |