diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-20 10:05:55 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-20 11:36:49 -0400 |
commit | 6142fdd968c76a0f2ee753c39bd5be8d1bb4ef04 (patch) | |
tree | c202ce98a48c78f880fe99afee28a8658ec8b60d /Documentation/perf_counter/perf.c | |
parent | cc13a5913797365b683212f5fca5fb04bb3582eb (diff) |
perf_counter tools: add 'perf help'
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/perf.c')
-rw-r--r-- | Documentation/perf_counter/perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/perf.c b/Documentation/perf_counter/perf.c index 20d508c77293..8d6faecdc15d 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -248,6 +248,7 @@ static void handle_internal_command(int argc, const char **argv) | |||
248 | { | 248 | { |
249 | const char *cmd = argv[0]; | 249 | const char *cmd = argv[0]; |
250 | static struct cmd_struct commands[] = { | 250 | static struct cmd_struct commands[] = { |
251 | { "help", cmd_help, 0 }, | ||
251 | { "record", cmd_record, 0 }, | 252 | { "record", cmd_record, 0 }, |
252 | { "stat", cmd_stat, 0 }, | 253 | { "stat", cmd_stat, 0 }, |
253 | { "top", cmd_top, 0 }, | 254 | { "top", cmd_top, 0 }, |