diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-05-23 13:04:42 +0400 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-06-01 16:35:11 +0400 |
commit | 0506aecce999d4370b979892f88cf1118cfe8dcb (patch) | |
tree | c1238405196f00b64298391658ce4001bf6bea4c /tools/perf/tests/tests.h | |
parent | a1891aa4805fa77d98db44ec6e1d93e2921828fb (diff) | |
download | linux-0506aecce999d4370b979892f88cf1118cfe8dcb.tar.xz |
perf tests: Add a test case for cumulating callchains
Now it adds a new testcase to verify --children option working
correctly.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Arun Sharma <asharma@fb.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1401335910-16832-28-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 d76c0e2e6635..022bb68fd9c7 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h @@ -45,6 +45,7 @@ int test__hists_filter(void); int test__mmap_thread_lookup(void); int test__thread_mg_share(void); int test__hists_output(void); +int test__hists_cumulate(void); #if defined(__x86_64__) || defined(__i386__) || defined(__arm__) #ifdef HAVE_DWARF_UNWIND_SUPPORT |