diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-20 16:05:55 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-20 17:36:49 +0200 |
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 20d508c7729..8d6faecdc15 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) { const char *cmd = argv[0]; static struct cmd_struct commands[] = { + { "help", cmd_help, 0 }, { "record", cmd_record, 0 }, { "stat", cmd_stat, 0 }, { "top", cmd_top, 0 }, |