X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=0642a625e2113ae58c0fd9e301d0251d779c0dc5;hb=e4e33258637e55550a0fac59eb3350e8bf06f8e6;hp=e7356f65206ffbd0fd8cb491703b2c748b698c9f;hpb=2dc1bbeb58edc85f2829eed6729862c438ea2353;p=fio.git diff --git a/options.c b/options.c index e7356f65..0642a625 100644 --- a/options.c +++ b/options.c @@ -280,6 +280,11 @@ static struct fio_option options[] = { { .ival = "cpuio", .help = "CPU cycler burner engine", }, +#ifdef FIO_HAVE_GUASI + { .ival = "guasi", + .help = "GUASI IO engine", + }, +#endif { .ival = "external", .help = "Load external engine (append name)", }, @@ -752,6 +757,12 @@ static struct fio_option options[] = { .off1 = td_var_offset(stonewall), .help = "Insert a hard barrier between this job and previous", }, + { + .name = "new_group", + .type = FIO_OPT_STR_SET, + .off1 = td_var_offset(new_group), + .help = "Mark the start of a new group (for reporting)", + }, { .name = "thread", .type = FIO_OPT_STR_SET,