diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-05-12 09:43:18 +0400 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-05-21 13:45:37 +0400 |
commit | f21d1815295ee79ce0767cb08d6f3ffa3a3b5cfe (patch) | |
tree | c80577435fae0bc62cf654b7758c089cce0f25f4 /tools/perf/tests/tests.h | |
parent | 4e754e1c7fe02e6b104e61f7e06e9895527e8ad3 (diff) | |
download | linux-f21d1815295ee79ce0767cb08d6f3ffa3a3b5cfe.tar.xz |
perf tests: Add a testcase for histogram output sorting
With new output fields option, its internal implementation was changed
so add a new testcase to verify whether it breaks things.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1400480762-22852-21-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 8f91fb051ef1..d76c0e2e6635 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h @@ -44,6 +44,7 @@ int test__dwarf_unwind(void); int test__hists_filter(void); int test__mmap_thread_lookup(void); int test__thread_mg_share(void); +int test__hists_output(void); #if defined(__x86_64__) || defined(__i386__) || defined(__arm__) #ifdef HAVE_DWARF_UNWIND_SUPPORT |