]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - Documentation/perf_counter/perf.c
perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
[mirror_ubuntu-focal-kernel.git] / Documentation / perf_counter / perf.c
index 63f8a892c0dff02008027bb1c947f1346d29f71c..ff8658f2a2f1b753859823ed1ed18c22e77032c7 100644 (file)
@@ -249,6 +249,7 @@ static void handle_internal_command(int argc, const char **argv)
        const char *cmd = argv[0];
        static struct cmd_struct commands[] = {
                { "top", cmd_top, 0 },
+               { "stat", cmd_stat, 0 },
        };
        int i;
        static const char ext[] = STRIP_EXTENSION;