perf machine: Remove machine__load_kallsyms()
authorJiri Olsa <jolsa@kernel.org>
Thu, 15 Feb 2018 12:26:33 +0000 (13:26 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 16 Feb 2018 17:25:58 +0000 (14:25 -0300)
commite8f3879f762ffe75a24fd354dd87f073214428fa
tree4b39e08666c26660e4bc190c9a9eb08feb20f74d
parent1fb87b8e9599932e1d8b11c3a1b03b4414aaf7ba
perf machine: Remove machine__load_kallsyms()

The current machine__load_kallsyms() function has no caller, so replace
it directly with __machine__load_kallsyms().  Also remove the no_kcore
argument as it was always called with a 'true' value.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180215122635.24029-8-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/vmlinux-kallsyms.c
tools/perf/util/machine.c
tools/perf/util/machine.h