options: group tiobench options together

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/options.c b/options.c
index 5f73c10..c08595b 100644
--- a/options.c
+++ b/options.c
@@ -718,6 +718,10 @@
 		.mask	= FIO_OPT_C_LOG,
 	},
 	{
+		.name	= "Profiles",
+		.mask	= FIO_OPT_C_PROFILE,
+	},
+	{
 		.name	= NULL,
 	},
 };
@@ -830,6 +834,11 @@
 		.mask	= FIO_OPT_G_IO_BUF,
 	},
 	{
+		.name	= "Tiobench profile",
+		.mask	= FIO_OPT_G_TIOBENCH,
+	},
+
+	{
 		.name	= NULL,
 	}
 };
@@ -2585,7 +2594,7 @@
 		.type	= FIO_OPT_STR_STORE,
 		.off1	= td_var_offset(profile),
 		.help	= "Select a specific builtin performance test",
-		.category = FIO_OPT_C_GENERAL,
+		.category = FIO_OPT_C_PROFILE,
 		.group	= FIO_OPT_G_INVALID,
 	},
 	{