]> git.baikalelectronics.ru Git - kernel.git/commit
perf tests: Fix hist accumulation test
authorJiri Olsa <jolsa@kernel.org>
Mon, 4 Jul 2016 12:16:21 +0000 (14:16 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 4 Jul 2016 22:39:01 +0000 (19:39 -0300)
commit634d14c04796bd056e53ec5e1b7d706cf19c4aa5
tree0d0b45bfe2a2d7a36abab75a37d6ada566a1138a
parent830e2c1785988bb26a56e5e6ccac6c5f39c7978c
perf tests: Fix hist accumulation test

User's values from .perfconfig could overload the default callchain
setup and cause this test to fail.  Making sure the test is using
default callchain_param values.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1467634583-29147-3-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/hists_cumulate.c
tools/perf/util/callchain.h
tools/perf/util/util.c