aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/perf.c')
-rw-r--r--Documentation/perf_counter/perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/perf.c b/Documentation/perf_counter/perf.c
index 1d6d7aa575a3..e8a85842b493 100644
--- a/Documentation/perf_counter/perf.c
+++ b/Documentation/perf_counter/perf.c
@@ -250,6 +250,7 @@ static void handle_internal_command(int argc, const char **argv)
250 static struct cmd_struct commands[] = { 250 static struct cmd_struct commands[] = {
251 { "help", cmd_help, 0 }, 251 { "help", cmd_help, 0 },
252 { "record", cmd_record, 0 }, 252 { "record", cmd_record, 0 },
253 { "report", cmd_report, 0 },
253 { "stat", cmd_stat, 0 }, 254 { "stat", cmd_stat, 0 },
254 { "top", cmd_top, 0 }, 255 { "top", cmd_top, 0 },
255 { "version", cmd_version, 0 }, 256 { "version", cmd_version, 0 },