diff options
author | Ingo Molnar <mingo@kernel.org> | 2014-04-29 08:41:21 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-04-29 08:41:21 +0200 |
commit | 201131998fbf074b03679afedcc29948e63331ef (patch) | |
tree | fbfa52100f795fd9f048d7c08050f4f733bd7fa1 /tools/perf/tests/tests.h | |
parent | 2933d7813d8618f18632a7dc7f4e7f1f7d17383a (diff) | |
parent | fabf01238289e9ae009499594fc54642f5802a24 (diff) | |
download | blackbird-op-linux-201131998fbf074b03679afedcc29948e63331ef.tar.gz blackbird-op-linux-201131998fbf074b03679afedcc29948e63331ef.zip |
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
Pull perf/core improvements and fixes from Jiri Olsa:
* Add a test case for hists filtering (Namhyung Kim)
* Share map_groups among threads of the same group (Arnaldo Carvalho de Melo, Jiri Olsa)
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index a24795ca002d..a9d7cb019f9e 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h @@ -41,6 +41,9 @@ 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); +int test__mmap_thread_lookup(void); +int test__thread_mg_share(void); #if defined(__x86_64__) || defined(__i386__) #ifdef HAVE_DWARF_UNWIND_SUPPORT |