aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHitoshi Mitake <[email protected]>2009-11-05 09:31:36 +0900
committerIngo Molnar <[email protected]>2009-11-08 10:19:19 +0100
commitdcba8848d3bc83ec9ee0858b9ae6e4f1c1fa7fa3 (patch)
tree7a572a36cf2997aa21bec3ca9765fea76f957686
parent11bd341c043348ecb7462d3bd8e1ad6d00f6892a (diff)
perf bench: Add new subcommand 'bench' to perf.c
This patch modifies perf.c for invoking 'bench' subcommand. Signed-off-by: Hitoshi Mitake <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: [email protected] Cc: Jiri Kosina <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--tools/perf/perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.c b/tools/perf/perf.c
index 624e62d9d1e0..f90ca5ec83f3 100644
--- a/tools/perf/perf.c
+++ b/tools/perf/perf.c
@@ -288,6 +288,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "list", cmd_list, 0 },
{ "record", cmd_record, 0 },
{ "report", cmd_report, 0 },
+ { "bench", cmd_bench, 0 },
{ "stat", cmd_stat, 0 },
{ "timechart", cmd_timechart, 0 },
{ "top", cmd_top, 0 },