diff options
author | Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> | 2009-11-04 19:31:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-08 04:19:19 -0500 |
commit | dcba8848d3bc83ec9ee0858b9ae6e4f1c1fa7fa3 (patch) | |
tree | 7a572a36cf2997aa21bec3ca9765fea76f957686 /tools/perf/perf.c | |
parent | 11bd341c043348ecb7462d3bd8e1ad6d00f6892a (diff) |
perf bench: Add new subcommand 'bench' to perf.c
This patch modifies perf.c for invoking 'bench' subcommand.
Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: fweisbec@gmail.com
Cc: Jiri Kosina <jkosina@suse.cz>
LKML-Reference: <1257381097-4743-7-git-send-email-mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/perf.c')
-rw-r--r-- | tools/perf/perf.c | 1 |
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) | |||
288 | { "list", cmd_list, 0 }, | 288 | { "list", cmd_list, 0 }, |
289 | { "record", cmd_record, 0 }, | 289 | { "record", cmd_record, 0 }, |
290 | { "report", cmd_report, 0 }, | 290 | { "report", cmd_report, 0 }, |
291 | { "bench", cmd_bench, 0 }, | ||
291 | { "stat", cmd_stat, 0 }, | 292 | { "stat", cmd_stat, 0 }, |
292 | { "timechart", cmd_timechart, 0 }, | 293 | { "timechart", cmd_timechart, 0 }, |
293 | { "top", cmd_top, 0 }, | 294 | { "top", cmd_top, 0 }, |