perf tools: Add OCaml demangling
[linux-2.6-microblaze.git] / tools / perf / tests / builtin-test.c
index 7273823..c4b888f 100644 (file)
@@ -338,6 +338,10 @@ static struct test generic_tests[] = {
                .desc = "Demangle Java",
                .func = test__demangle_java,
        },
+       {
+               .desc = "Demangle OCaml",
+               .func = test__demangle_ocaml,
+       },
        {
                .desc = "Parse and process metrics",
                .func = test__parse_metric,