options: mark steadystate option parents
authorJens Axboe <axboe@fb.com>
Thu, 29 Dec 2016 16:07:29 +0000 (09:07 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 29 Dec 2016 16:07:57 +0000 (09:07 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
options.c

index b81db23115009e065b49eb717dd16cf52bc5b8a3..d8b4012f87345387fc3ac6626c28b262f27c73a0 100644 (file)
--- a/options.c
+++ b/options.c
@@ -4321,6 +4321,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .name   = "steadystate_duration",
                .lname  = "Steady state duration",
                .alias  = "ss_dur",
+               .parent = "steadystate",
                .type   = FIO_OPT_STR_VAL_TIME,
                .off1   = offsetof(struct thread_options, ss_dur),
                .help   = "Stop workload upon attaining steady state for specified duration",
@@ -4334,6 +4335,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .name   = "steadystate_ramp_time",
                .lname  = "Steady state ramp time",
                .alias  = "ss_ramp",
+               .parent = "steadystate",
                .type   = FIO_OPT_STR_VAL_TIME,
                .off1   = offsetof(struct thread_options, ss_ramp_time),
                .help   = "Delay before initiation of data collection for steady state job termination testing",