diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-04-25 07:28:14 +0400 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-04-28 15:42:45 +0400 |
commit | 3c3cfd99c8988e568a5243f38c600a6a03d1b148 (patch) | |
tree | 1c89600fdbd31d342ce8cc3cd7df2e0b01ab9e94 /tools/perf/Makefile.perf | |
parent | 6e344a952dcfa45b8bfef8eaf8423ab73c5adaf2 (diff) | |
download | linux-3c3cfd99c8988e568a5243f38c600a6a03d1b148.tar.xz |
perf tests: Add a test case for hists filtering
Now we have changed how hists stats are accounted especially when
filter(s) applied. So add a test case to verify it.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1398396494-12811-2-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index a4aad7844b2b..0807e4c38505 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -399,6 +399,7 @@ LIB_OBJS += $(OUTPUT)tests/evsel-tp-sched.o LIB_OBJS += $(OUTPUT)tests/pmu.o LIB_OBJS += $(OUTPUT)tests/hists_common.o LIB_OBJS += $(OUTPUT)tests/hists_link.o +LIB_OBJS += $(OUTPUT)tests/hists_filter.o LIB_OBJS += $(OUTPUT)tests/python-use.o LIB_OBJS += $(OUTPUT)tests/bp_signal.o LIB_OBJS += $(OUTPUT)tests/bp_signal_overflow.o |