diff options
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index a24795ca002d..d76c0e2e6635 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h | |||
@@ -41,8 +41,12 @@ int test__sample_parsing(void); | |||
41 | int test__keep_tracking(void); | 41 | int test__keep_tracking(void); |
42 | int test__parse_no_sample_id_all(void); | 42 | int test__parse_no_sample_id_all(void); |
43 | int test__dwarf_unwind(void); | 43 | int test__dwarf_unwind(void); |
44 | int test__hists_filter(void); | ||
45 | int test__mmap_thread_lookup(void); | ||
46 | int test__thread_mg_share(void); | ||
47 | int test__hists_output(void); | ||
44 | 48 | ||
45 | #if defined(__x86_64__) || defined(__i386__) | 49 | #if defined(__x86_64__) || defined(__i386__) || defined(__arm__) |
46 | #ifdef HAVE_DWARF_UNWIND_SUPPORT | 50 | #ifdef HAVE_DWARF_UNWIND_SUPPORT |
47 | struct thread; | 51 | struct thread; |
48 | struct perf_sample; | 52 | struct perf_sample; |