diff options
Diffstat (limited to 'Documentation/perf_counter/builtin.h')
-rw-r--r-- | Documentation/perf_counter/builtin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin.h b/Documentation/perf_counter/builtin.h index 5bfea57d33fe..e7de47da8581 100644 --- a/Documentation/perf_counter/builtin.h +++ b/Documentation/perf_counter/builtin.h | |||
@@ -20,4 +20,6 @@ extern int cmd_report(int argc, const char **argv, const char *prefix); | |||
20 | extern int cmd_stat(int argc, const char **argv, const char *prefix); | 20 | extern int cmd_stat(int argc, const char **argv, const char *prefix); |
21 | extern int cmd_top(int argc, const char **argv, const char *prefix); | 21 | extern int cmd_top(int argc, const char **argv, const char *prefix); |
22 | extern int cmd_version(int argc, const char **argv, const char *prefix); | 22 | extern int cmd_version(int argc, const char **argv, const char *prefix); |
23 | extern int cmd_list(int argc, const char **argv, const char *prefix); | ||
24 | |||
23 | #endif | 25 | #endif |