projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
perf test: Add test case for checking number of EXIT events
[linux-3.10.git]
/
tools
/
perf
/
tests
/
builtin-test.c
diff --git
a/tools/perf/tests/builtin-test.c
b/tools/perf/tests/builtin-test.c
index
45d9ad4
..
9b5c70a
100644
(file)
--- a/
tools/perf/tests/builtin-test.c
+++ b/
tools/perf/tests/builtin-test.c
@@
-86,6
+86,10
@@
static struct test {
.func = test__bp_signal_overflow,
},
{
+ .desc = "Test number of exit event of a simple workload",
+ .func = test__task_exit,
+ },
+ {
.func = NULL,
},
};