]> git.proxmox.com Git - mirror_qemu.git/blobdiff - io/trace-events
io: add qio_task_wait_thread to join with a background thread
[mirror_qemu.git] / io / trace-events
index f70bad7cbededaf97dd2dee27f10cd0cba4a9d0c..07a7bbec6aba06573ba6f37c4b072a9885d929b7 100644 (file)
@@ -7,6 +7,8 @@ qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start
 qio_task_thread_run(void *task) "Task thread run task=%p"
 qio_task_thread_exit(void *task) "Task thread exit task=%p"
 qio_task_thread_result(void *task) "Task thread result task=%p"
+qio_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%p"
+qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%p"
 
 # io/channel-socket.c
 qio_channel_socket_new(void *ioc) "Socket new ioc=%p"