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)
commit347ca878062d5fb0e16db1fae81b0994f2457efd
tree0d0b45bfe2a2d7a36abab75a37d6ada566a1138a
parentc60da22aca8755b77b7f4d4caf57ada8654db939
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