diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-20 09:37:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-20 11:36:48 -0400 |
commit | ddcacfa0febff6454dba6cea1931f3020a9f6c24 (patch) | |
tree | 0921fe8644ef904ad154640a584830d552a02bee /Documentation/perf_counter/builtin.h | |
parent | 6f06ccbc86f8a02aa32271263249657ce484eb25 (diff) |
perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
Lets use the Git framework of built-in commands.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin.h')
-rw-r--r-- | Documentation/perf_counter/builtin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin.h b/Documentation/perf_counter/builtin.h index 41637444ce2d..a3bb6cd6bed3 100644 --- a/Documentation/perf_counter/builtin.h +++ b/Documentation/perf_counter/builtin.h | |||
@@ -14,5 +14,6 @@ extern void prune_packed_objects(int); | |||
14 | extern int read_line_with_nul(char *buf, int size, FILE *file); | 14 | extern int read_line_with_nul(char *buf, int size, FILE *file); |
15 | extern int check_pager_config(const char *cmd); | 15 | extern int check_pager_config(const char *cmd); |
16 | 16 | ||
17 | extern int cmd_top(int argc, const char **argv, const char *prefix); | 17 | extern int cmd_top(int argc, char **argv, const char *prefix); |
18 | extern int cmd_stat(int argc, char **argv, const char *prefix); | ||
18 | #endif | 19 | #endif |