X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=393669ab20aa9f250a482ada4113fc50259de11f;hp=a174e2cd165316494211a256428c758632da7d86;hb=98e7161cda6a1f5b0cbd8979c261db8eb3a4ab72;hpb=b8c7923917200c7c68c84c21549940d4be6b1398 diff --git a/options.c b/options.c index a174e2cd..393669ab 100644 --- a/options.c +++ b/options.c @@ -3134,6 +3134,17 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .category = FIO_OPT_C_IO, .group = FIO_OPT_G_IOLOG, }, + { + .name = "read_iolog_chunked", + .lname = "Read I/O log in parts", + .type = FIO_OPT_BOOL, + .off1 = offsetof(struct thread_options, read_iolog_chunked), + .def = "0", + .parent = "read_iolog", + .help = "Parse IO pattern in chunks", + .category = FIO_OPT_C_IO, + .group = FIO_OPT_G_IOLOG, + }, { .name = "replay_no_stall", .lname = "Don't stall on replay",