From: Jens Axboe Date: Tue, 18 Oct 2016 15:11:04 +0000 (-0600) Subject: iolog: add support for 'replay_no_stall' X-Git-Tag: fio-2.15~10 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=74dff4439c60dd828f40f3e7b4dedafc18e42663;ds=sidebyside iolog: add support for 'replay_no_stall' Signed-off-by: Jens Axboe --- diff --git a/iolog.c b/iolog.c index 686c7134..f0ce3b25 100644 --- a/iolog.c +++ b/iolog.c @@ -425,6 +425,8 @@ static int read_iolog2(struct thread_data *td, FILE *f) continue; writes++; } else if (rw == DDIR_WAIT) { + if (td->o.no_stall) + continue; waits++; } else if (rw == DDIR_INVAL) { } else if (!ddir_sync(rw)) {