perf stat: Move 'scale' into struct perf_stat_config
authorJiri Olsa <jolsa@kernel.org>
Tue, 21 Jul 2015 12:31:23 +0000 (14:31 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Aug 2015 19:02:39 +0000 (16:02 -0300)
commit711a572ea8ae7e9ab6575403c6d632d058d5cb3d
treec05c20bdcc5313d46048cb7338e1f3f412236518
parent421a50f3fafaf271bb3293378eaafca71337dfec
perf stat: Move 'scale' into struct perf_stat_config

Moving 'scale' into struct perf_stat_config. The point is to centralize
the base stat config so it could be used localy together with other stat
routines in other parts of perf code.

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/1437481927-29538-4-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c
tools/perf/util/stat.h