diff options
author | Gerd Hoffmann | 2013-03-07 16:04:52 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2013-04-16 09:03:47 +0200 |
commit | 437fe1061be3da49b0b05ed2f0c9c50e2255c3fe (patch) | |
tree | 4e27b5cf23f61d3b0dbee56297a1bad781806a8b /trace-events | |
parent | console: switch color_table_rgb to pixman_color_t (diff) | |
download | qemu-437fe1061be3da49b0b05ed2f0c9c50e2255c3fe.tar.gz qemu-437fe1061be3da49b0b05ed2f0c9c50e2255c3fe.tar.xz qemu-437fe1061be3da49b0b05ed2f0c9c50e2255c3fe.zip |
console: add trace events
Signed-off-by: Gerd Hoffmann <kraxel@redhat.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 b4d69d657c..b08627b192 100644 --- a/trace-events +++ b/trace-events @@ -962,6 +962,9 @@ dma_bdrv_cb(void *dbs, int ret) "dbs=%p ret=%d" dma_map_wait(void *dbs) "dbs=%p" # console.h +console_gfx_new(void) "" +console_txt_new(int w, int h) "%dx%d" +console_select(int nr) "%d" displaysurface_create(void *display_surface, int w, int h) "surface=%p, %dx%d" displaysurface_create_from(void *display_surface, int w, int h, int bpp, int swap) "surface=%p, %dx%d, bpp %d, bswap %d" displaysurface_free(void *display_surface) "surface=%p" |