From: Jens Axboe Date: Mon, 4 Feb 2008 09:49:41 +0000 (+0100) Subject: Add debug trace for io_u_queue_complete() X-Git-Tag: fio-1.18~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;ds=sidebyside;h=b271fe62101e84cd6ca2a78c92299beba251db24;p=fio.git Add debug trace for io_u_queue_complete() Signed-off-by: Jens Axboe --- diff --git a/io_u.c b/io_u.c index 42ad37b5..bd7df0cf 100644 --- a/io_u.c +++ b/io_u.c @@ -883,6 +883,8 @@ long io_u_queued_complete(struct thread_data *td, int min_events) int ret; struct timespec ts = { .tv_sec = 0, .tv_nsec = 0, }; + dprint(FD_IO, "io_u_queued_completed: min=%d\n", min_events); + if (!min_events) tvp = &ts;