diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2013-03-15 01:58:11 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-03-15 12:06:12 -0400 |
commit | d723a55096b81a13c319485f01994e0a539efcf9 (patch) | |
tree | ec1bebbe5643b2a47efc490223acf933de9a3d5e /tools/perf/Makefile | |
parent | da522c17035a8415232d850b539ea60063fc7ecc (diff) |
perf test: Add test case for checking number of EXIT events
The new test__task_exit() test runs a simple "/usr/bin/true" workload and then
checks whether the number of EXIT event is 1 or not.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/87obeljax4.fsf@sejong.aot.lge.com
[ committer note: Fixup conflicts with f4c66b4 ( bp overflow tests ) ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 990e9a113190..8e1bba35a1ee 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -513,6 +513,7 @@ LIB_OBJS += $(OUTPUT)tests/hists_link.o | |||
513 | LIB_OBJS += $(OUTPUT)tests/python-use.o | 513 | LIB_OBJS += $(OUTPUT)tests/python-use.o |
514 | LIB_OBJS += $(OUTPUT)tests/bp_signal.o | 514 | LIB_OBJS += $(OUTPUT)tests/bp_signal.o |
515 | LIB_OBJS += $(OUTPUT)tests/bp_signal_overflow.o | 515 | LIB_OBJS += $(OUTPUT)tests/bp_signal_overflow.o |
516 | LIB_OBJS += $(OUTPUT)tests/task-exit.o | ||
516 | 517 | ||
517 | BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o | 518 | BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o |
518 | BUILTIN_OBJS += $(OUTPUT)builtin-bench.o | 519 | BUILTIN_OBJS += $(OUTPUT)builtin-bench.o |