]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/tests/builtin-test.c
perf test: Add test case for checking number of EXIT events
[karo-tx-linux.git] / tools / perf / tests / builtin-test.c
index 45d9ad442d56732675972217785b463a35443ec0..9b5c70a180d26d8597d193ba16a91dc378f8c67d 100644 (file)
@@ -85,6 +85,10 @@ static struct test {
                .desc = "Test breakpoint overflow sampling",
                .func = test__bp_signal_overflow,
        },
+       {
+               .desc = "Test number of exit event of a simple workload",
+               .func = test__task_exit,
+       },
        {
                .func = NULL,
        },