X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=819c06d77b31e5a7cbfcb147dcfae0e91a4e22e6;hb=f6e7d776d102b98702382cad02602235a2491e71;hp=22cc511681503982a0630ee1cdab085fcc4045cf;hpb=3ceb458f1295952a91a3ebc1db6e4701e16cfb3c;p=fio.git diff --git a/options.c b/options.c index 22cc5116..819c06d7 100644 --- a/options.c +++ b/options.c @@ -2393,27 +2393,6 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .category = FIO_OPT_C_FILE, .group = FIO_OPT_G_INVALID, }, - { - .name = "cpuload", - .lname = "CPU load", - .type = FIO_OPT_INT, - .off1 = td_var_offset(cpuload), - .help = "Use this percentage of CPU", - .category = FIO_OPT_C_GENERAL, - .group = FIO_OPT_G_INVALID, - }, - { - .name = "cpuchunks", - .lname = "CPU chunk", - .type = FIO_OPT_INT, - .off1 = td_var_offset(cpucycle), - .help = "Length of the CPU burn cycles (usecs)", - .def = "50000", - .parent = "cpuload", - .hide = 1, - .category = FIO_OPT_C_GENERAL, - .group = FIO_OPT_G_INVALID, - }, #ifdef FIO_HAVE_CPU_AFFINITY { .name = "cpumask",