diff options
Diffstat (limited to 'tools/perf/tests/builtin-test.c')
-rw-r--r-- | tools/perf/tests/builtin-test.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index 9677a5c6a366..b8a63583566f 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -52,10 +52,14 @@ static struct test { | |||
52 | .func = test__pmu, | 52 | .func = test__pmu, |
53 | }, | 53 | }, |
54 | { | 54 | { |
55 | .desc = "Test dso data interface", | 55 | .desc = "Test dso data read", |
56 | .func = test__dso_data, | 56 | .func = test__dso_data, |
57 | }, | 57 | }, |
58 | { | 58 | { |
59 | .desc = "Test dso data cache", | ||
60 | .func = test__dso_data_cache, | ||
61 | }, | ||
62 | { | ||
59 | .desc = "roundtrip evsel->name check", | 63 | .desc = "roundtrip evsel->name check", |
60 | .func = test__perf_evsel__roundtrip_name_test, | 64 | .func = test__perf_evsel__roundtrip_name_test, |
61 | }, | 65 | }, |