diff options
Diffstat (limited to 'tools/perf/perf.c')
-rw-r--r-- | tools/perf/perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 8936786b42ea..53359ebb369a 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c | |||
@@ -287,6 +287,7 @@ static void handle_internal_command(int argc, const char **argv) | |||
287 | static struct cmd_struct commands[] = { | 287 | static struct cmd_struct commands[] = { |
288 | { "help", cmd_help, 0 }, | 288 | { "help", cmd_help, 0 }, |
289 | { "list", cmd_list, 0 }, | 289 | { "list", cmd_list, 0 }, |
290 | { "buildid-list", cmd_buildid_list, 0 }, | ||
290 | { "record", cmd_record, 0 }, | 291 | { "record", cmd_record, 0 }, |
291 | { "report", cmd_report, 0 }, | 292 | { "report", cmd_report, 0 }, |
292 | { "bench", cmd_bench, 0 }, | 293 | { "bench", cmd_bench, 0 }, |