]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace-events
virtio-gpu: tag as not hotpluggable
[mirror_qemu.git] / trace-events
index 7fe3a1b0e8ffef0783a41ca51c4633b2b9105971..11814864545fd04b458ce1bab059434bcd932e12 100644 (file)
@@ -28,6 +28,8 @@
 # aio-posix.c
 run_poll_handlers_begin(void *ctx, int64_t max_ns) "ctx %p max_ns %"PRId64
 run_poll_handlers_end(void *ctx, bool progress) "ctx %p progress %d"
+poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
+poll_grow(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
 
 # thread-pool.c
 thread_pool_submit(void *pool, void *req, void *opaque) "pool %p req %p opaque %p"