diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-01-20 12:56:35 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-01-26 15:52:43 +0100 |
commit | 86a2cf3123bfec118bfb98728d88be0668779b2b (patch) | |
tree | c136034ca1f8830c1abc9040f91b57328758a1d1 /drivers/macintosh | |
parent | perf symbols: Do not read symbols/data from device files (diff) | |
download | linux-86a2cf3123bfec118bfb98728d88be0668779b2b.tar.xz linux-86a2cf3123bfec118bfb98728d88be0668779b2b.zip |
perf stat: Making several helper functions static
There's no need for the following functions to be global:
perf_evsel__reset_stat_priv
perf_evsel__alloc_stat_priv
perf_evsel__free_stat_priv
perf_evsel__alloc_prev_raw_counts
perf_evsel__free_prev_raw_counts
perf_evsel__alloc_stats
They all ended up in util/stat.c, and they no longer need to be called
from outside this object.
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/1453290995-18485-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'drivers/macintosh')
0 files changed, 0 insertions, 0 deletions