diff options
Diffstat (limited to 'tools/perf/tests/builtin-test.c')
-rw-r--r-- | tools/perf/tests/builtin-test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index fafa014240cd..38bf109ce106 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -116,6 +116,10 @@ static struct test generic_tests[] = { | |||
116 | .is_supported = test__bp_signal_is_supported, | 116 | .is_supported = test__bp_signal_is_supported, |
117 | }, | 117 | }, |
118 | { | 118 | { |
119 | .desc = "Breakpoint accounting", | ||
120 | .func = test__bp_accounting, | ||
121 | }, | ||
122 | { | ||
119 | .desc = "Number of exit events of a simple workload", | 123 | .desc = "Number of exit events of a simple workload", |
120 | .func = test__task_exit, | 124 | .func = test__task_exit, |
121 | }, | 125 | }, |