Merge branch 'kvm-basic-exit-reason' into HEAD
[linux-2.6-microblaze.git] / tools / perf / builtin-bench.c
index 11c79a8..0832732 100644 (file)
@@ -78,6 +78,7 @@ static struct bench epoll_benchmarks[] = {
 
 static struct bench internals_benchmarks[] = {
        { "synthesize", "Benchmark perf event synthesis",       bench_synthesize        },
+       { "kallsyms-parse", "Benchmark kallsyms parsing",       bench_kallsyms_parse    },
        { NULL,         NULL,                                   NULL                    }
 };