]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace-events
aio: add polling mode to AioContext
[mirror_qemu.git] / trace-events
index f74e1d3d229bd6c2bbadd280e7e40cd5b565d2e3..7fe3a1b0e8ffef0783a41ca51c4633b2b9105971 100644 (file)
 #
 # The <format-string> should be a sprintf()-compatible format string.
 
+# 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"
+
 # thread-pool.c
 thread_pool_submit(void *pool, void *req, void *opaque) "pool %p req %p opaque %p"
 thread_pool_complete(void *pool, void *req, void *opaque, int ret) "pool %p req %p opaque %p ret %d"