[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-ff314d3903c2843de65c2148f66f277f2440ed26@git.kernel.org>
Date: Wed, 13 Jan 2010 10:37:36 GMT
From: tip-bot for Wenji Huang <wenji.huang@...cle.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
wenji.huang@...cle.com, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:perf/core] perf: Make cmd_to_page() function more compact
Commit-ID: ff314d3903c2843de65c2148f66f277f2440ed26
Gitweb: http://git.kernel.org/tip/ff314d3903c2843de65c2148f66f277f2440ed26
Author: Wenji Huang <wenji.huang@...cle.com>
AuthorDate: Wed, 13 Jan 2010 17:01:38 +0800
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Wed, 13 Jan 2010 10:53:51 +0100
perf: Make cmd_to_page() function more compact
Remove branch for is_perf_command.
Signed-off-by: Wenji Huang <wenji.huang@...cle.com>
Cc: fweisbec@...il.com
Cc: jkacur@...hat.com
Cc: acme@...hat.com
LKML-Reference: <1263373298-13282-1-git-send-email-wenji.huang@...cle.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
tools/perf/builtin-help.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/perf/builtin-help.c b/tools/perf/builtin-help.c
index e427d69..215b584 100644
--- a/tools/perf/builtin-help.c
+++ b/tools/perf/builtin-help.c
@@ -313,8 +313,6 @@ static const char *cmd_to_page(const char *perf_cmd)
return "perf";
else if (!prefixcmp(perf_cmd, "perf"))
return perf_cmd;
- else if (is_perf_command(perf_cmd))
- return prepend("perf-", perf_cmd);
else
return prepend("perf-", perf_cmd);
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists