perf test: Support the ins_lat check in the X86 specific test
[linux-2.6-microblaze.git] / tools / perf / arch / x86 / tests / arch-tests.c
index bc25d72..71aa673 100644 (file)
@@ -30,6 +30,10 @@ struct test arch_tests[] = {
                .func = test__bp_modify,
        },
 #endif
+       {
+               .desc = "x86 Sample parsing",
+               .func = test__x86_sample_parsing,
+       },
        {
                .func = NULL,
        },