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 99481361b19f..6a4145e5ad2c 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -154,6 +154,10 @@ static struct test { | |||
154 | .func = test__hists_cumulate, | 154 | .func = test__hists_cumulate, |
155 | }, | 155 | }, |
156 | { | 156 | { |
157 | .desc = "Test tracking with sched_switch", | ||
158 | .func = test__switch_tracking, | ||
159 | }, | ||
160 | { | ||
157 | .func = NULL, | 161 | .func = NULL, |
158 | }, | 162 | }, |
159 | }; | 163 | }; |