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 23605202d4a1..a77dcc0d24e3 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -186,6 +186,10 @@ static struct test generic_tests[] = { | |||
186 | .func = test__thread_map_synthesize, | 186 | .func = test__thread_map_synthesize, |
187 | }, | 187 | }, |
188 | { | 188 | { |
189 | .desc = "Remove thread map", | ||
190 | .func = test__thread_map_remove, | ||
191 | }, | ||
192 | { | ||
189 | .desc = "Synthesize cpu map", | 193 | .desc = "Synthesize cpu map", |
190 | .func = test__cpu_map_synthesize, | 194 | .func = test__cpu_map_synthesize, |
191 | }, | 195 | }, |