diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-04-25 05:28:14 +0200 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-04-28 13:42:45 +0200 |
commit | 3c3cfd99c8988e568a5243f38c600a6a03d1b148 (patch) | |
tree | 1c89600fdbd31d342ce8cc3cd7df2e0b01ab9e94 /tools/perf/tests/tests.h | |
parent | perf tests: Factor out fake_setup_machine() (diff) | |
download | linux-3c3cfd99c8988e568a5243f38c600a6a03d1b148.tar.xz linux-3c3cfd99c8988e568a5243f38c600a6a03d1b148.zip |
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/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index a24795ca002d..fe39163e9ea7 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h @@ -41,6 +41,7 @@ int test__sample_parsing(void); int test__keep_tracking(void); int test__parse_no_sample_id_all(void); int test__dwarf_unwind(void); +int test__hists_filter(void); #if defined(__x86_64__) || defined(__i386__) #ifdef HAVE_DWARF_UNWIND_SUPPORT |