diff options
Diffstat (limited to 'tools/perf/tests/builtin-test.c')
-rw-r--r-- | tools/perf/tests/builtin-test.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index d7a5e1b9aa6f..54ca7d87236f 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -121,6 +121,15 @@ static struct test generic_tests[] = { | |||
121 | .is_supported = test__bp_signal_is_supported, | 121 | .is_supported = test__bp_signal_is_supported, |
122 | }, | 122 | }, |
123 | { | 123 | { |
124 | .desc = "Watchpoint", | ||
125 | .func = test__wp, | ||
126 | .subtest = { | ||
127 | .skip_if_fail = false, | ||
128 | .get_nr = test__wp_subtest_get_nr, | ||
129 | .get_desc = test__wp_subtest_get_desc, | ||
130 | }, | ||
131 | }, | ||
132 | { | ||
124 | .desc = "Number of exit events of a simple workload", | 133 | .desc = "Number of exit events of a simple workload", |
125 | .func = test__task_exit, | 134 | .func = test__task_exit, |
126 | }, | 135 | }, |