diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-20 10:01:30 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-20 11:36:49 -0400 |
commit | cc13a5913797365b683212f5fca5fb04bb3582eb (patch) | |
tree | 66a30c8ee18621cb403789f3fb278b67606cdb45 /Documentation/perf_counter/builtin.h | |
parent | e33e0a43736307512422e41aee6e24d5a8c39181 (diff) |
perf_counter tools: fix --version
Hook up the 'perf version' built-in command.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin.h')
-rw-r--r-- | Documentation/perf_counter/builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin.h b/Documentation/perf_counter/builtin.h index 5854b1715f54..aec5ae388e66 100644 --- a/Documentation/perf_counter/builtin.h +++ b/Documentation/perf_counter/builtin.h | |||
@@ -17,4 +17,5 @@ extern int check_pager_config(const char *cmd); | |||
17 | extern int cmd_record(int argc, const char **argv, const char *prefix); | 17 | extern int cmd_record(int argc, const char **argv, const char *prefix); |
18 | extern int cmd_stat(int argc, const char **argv, const char *prefix); | 18 | extern int cmd_stat(int argc, const char **argv, const char *prefix); |
19 | extern int cmd_top(int argc, const char **argv, const char *prefix); | 19 | extern int cmd_top(int argc, const char **argv, const char *prefix); |
20 | extern int cmd_version(int argc, const char **argv, const char *prefix); | ||
20 | #endif | 21 | #endif |