From e58eb86d6ce20f7a550dfd28b6c789db5adab95b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 5 Mar 2010 09:56:32 +0100 Subject: [PATCH] Add profile description Signed-off-by: Jens Axboe --- profile.h | 1 + profiles/tiobench.c | 1 + 2 files changed, 2 insertions(+) diff --git a/profile.h b/profile.h index dbfb9c2e..11850067 100644 --- a/profile.h +++ b/profile.h @@ -6,6 +6,7 @@ struct profile_ops { struct flist_head list; char name[32]; + char desc[64]; int flags; /* diff --git a/profiles/tiobench.c b/profiles/tiobench.c index aba0785c..e8c478ec 100644 --- a/profiles/tiobench.c +++ b/profiles/tiobench.c @@ -85,6 +85,7 @@ static void tb_prep_cmdline(void) static struct profile_ops tiobench_profile = { .name = "tiobench", + .desc = "Emulate behaviour of the tiotest/tiobench benchmark", .options = options, .prep_cmd = tb_prep_cmdline, .cmdline = tb_opts, -- 2.25.1