libperf: Move 'page_size' global variable to libperf
authorJiri Olsa <jolsa@kernel.org>
Tue, 6 Aug 2019 13:25:25 +0000 (15:25 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:48 +0000 (09:51 -0300)
commit20f2be1d48ec293b5a935595bd0c2e2915ffa77c
treef949d8ac25875acc7639ba10f5cc026c94103760
parentd5a99483dece17dbde01968a7ffc03b7f575dc11
libperf: Move 'page_size' global variable to libperf

We need the 'page_size' variable in libperf, so move it there.

Add a libperf_init() as a global libperf init function to obtain this
value via sysconf() at tool start.

Committer notes:

Add internal/lib.h to tools/perf/ files using 'page_size', sometimes
replacing util.h with it if that was the only reason for having util.h
included.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lore.kernel.org/lkml/20190913132355.21634-33-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
28 files changed:
tools/perf/arch/arm/util/cs-etm.c
tools/perf/arch/arm64/util/arm-spe.c
tools/perf/arch/s390/util/machine.c
tools/perf/arch/x86/tests/intel-cqm.c
tools/perf/arch/x86/tests/rdpmc.c
tools/perf/arch/x86/util/intel-bts.c
tools/perf/arch/x86/util/intel-pt.c
tools/perf/arch/x86/util/machine.c
tools/perf/lib/core.c
tools/perf/lib/include/internal/lib.h
tools/perf/lib/include/perf/core.h
tools/perf/lib/lib.c
tools/perf/lib/libperf.map
tools/perf/perf.c
tools/perf/tests/mmap-thread-lookup.c
tools/perf/tests/vmlinux-kallsyms.c
tools/perf/util/auxtrace.c
tools/perf/util/evlist.c
tools/perf/util/header.c
tools/perf/util/machine.c
tools/perf/util/mmap.c
tools/perf/util/python.c
tools/perf/util/session.c
tools/perf/util/srccode.c
tools/perf/util/synthetic-events.c
tools/perf/util/trace-event-info.c
tools/perf/util/util.c
tools/perf/util/util.h