diff options
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index 2862b80bc288..9f51edac44ae 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h | |||
@@ -58,6 +58,7 @@ int test__hists_link(struct test *test, int subtest); | |||
58 | int test__python_use(struct test *test, int subtest); | 58 | int test__python_use(struct test *test, int subtest); |
59 | int test__bp_signal(struct test *test, int subtest); | 59 | int test__bp_signal(struct test *test, int subtest); |
60 | int test__bp_signal_overflow(struct test *test, int subtest); | 60 | int test__bp_signal_overflow(struct test *test, int subtest); |
61 | int test__bp_accounting(struct test *test, int subtest); | ||
61 | int test__task_exit(struct test *test, int subtest); | 62 | int test__task_exit(struct test *test, int subtest); |
62 | int test__mem(struct test *test, int subtest); | 63 | int test__mem(struct test *test, int subtest); |
63 | int test__sw_clock_freq(struct test *test, int subtest); | 64 | int test__sw_clock_freq(struct test *test, int subtest); |