perf tests: Add test for PE binary format support
[linux-2.6-microblaze.git] / tools / perf / tests / tests.h
index 76a4e35..ef0f33c 100644 (file)
@@ -121,6 +121,8 @@ int test__demangle_java(struct test *test, int subtest);
 int test__pfm(struct test *test, int subtest);
 const char *test__pfm_subtest_get_desc(int subtest);
 int test__pfm_subtest_get_nr(void);
+int test__parse_metric(struct test *test, int subtest);
+int test__pe_file_parsing(struct test *test, int subtest);
 
 bool test__bp_signal_is_supported(void);
 bool test__bp_account_is_supported(void);