diff options
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 63f8a892c0df..ff8658f2a2f1 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -249,6 +249,7 @@ static void handle_internal_command(int argc, const char **argv) | |||
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 | { "top", cmd_top, 0 }, | 251 | { "top", cmd_top, 0 }, |
252 | { "stat", cmd_stat, 0 }, | ||
252 | }; | 253 | }; |
253 | int i; | 254 | int i; |
254 | static const char ext[] = STRIP_EXTENSION; | 255 | static const char ext[] = STRIP_EXTENSION; |