]> git.karo-electronics.de Git - linux-beck.git/blobdiff - tools/perf/perf.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[linux-beck.git] / tools / perf / perf.c
index fe4589dde95086c43e9f9081539cf6cb11e58135..19fc7feb9d59c7a0f2ccfb53e0c4630a81f8c85f 100644 (file)
@@ -289,10 +289,12 @@ static void handle_internal_command(int argc, const char **argv)
                { "record", cmd_record, 0 },
                { "report", cmd_report, 0 },
                { "stat", cmd_stat, 0 },
+               { "timechart", cmd_timechart, 0 },
                { "top", cmd_top, 0 },
                { "annotate", cmd_annotate, 0 },
                { "version", cmd_version, 0 },
                { "trace", cmd_trace, 0 },
+               { "sched", cmd_sched, 0 },
        };
        unsigned int i;
        static const char ext[] = STRIP_EXTENSION;