diff options
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index 88a55dfa99d0..fc121edab016 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h | |||
@@ -12,6 +12,9 @@ int test__perf_evsel__roundtrip_name_test(void); | |||
12 | int test__perf_evsel__tp_sched_test(void); | 12 | int test__perf_evsel__tp_sched_test(void); |
13 | int test__syscall_open_tp_fields(void); | 13 | int test__syscall_open_tp_fields(void); |
14 | int test__pmu(void); | 14 | int test__pmu(void); |
15 | int test__attr(void); | ||
16 | int test__dso_data(void); | ||
17 | int test__parse_events(void); | ||
15 | 18 | ||
16 | /* Util */ | 19 | /* Util */ |
17 | int trace_event__id(const char *evname); | 20 | int trace_event__id(const char *evname); |