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 ec7edb7fbe29..9ac75657a180 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -258,6 +258,7 @@ static void handle_internal_command(int argc, const char **argv) | |||
258 | const char *cmd = argv[0]; | 258 | const char *cmd = argv[0]; |
259 | static struct cmd_struct commands[] = { | 259 | static struct cmd_struct commands[] = { |
260 | { "help", cmd_help, 0 }, | 260 | { "help", cmd_help, 0 }, |
261 | { "list", cmd_list, 0 }, | ||
261 | { "record", cmd_record, 0 }, | 262 | { "record", cmd_record, 0 }, |
262 | { "report", cmd_report, 0 }, | 263 | { "report", cmd_report, 0 }, |
263 | { "stat", cmd_stat, 0 }, | 264 | { "stat", cmd_stat, 0 }, |