perf auxtrace: Uninline functions that touch perf_session
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Aug 2019 17:45:20 +0000 (14:45 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:24:10 +0000 (22:24 -0300)
commitf2a39fe84901df2b3d1bec3459b65cee3e8db57c
tree399cb01cdf9a8c771e734ed4344a18840845f9bf
parentfa0d98462fae5d4951f22f3ac1090d48c53396d1
perf auxtrace: Uninline functions that touch perf_session

So that we don't carry the session.h include directive in auxtrace.h,
which in turn opens a can of worms of files that were getting all sorts
of things via that include, fix them all.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-d2d83aovpgri2z75wlitquni@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
41 files changed:
tools/perf/arch/arm/annotate/instructions.c
tools/perf/arch/arm/util/cs-etm.c
tools/perf/arch/arm64/annotate/instructions.c
tools/perf/arch/x86/tests/perf-time-to-tsc.c
tools/perf/builtin-ftrace.c
tools/perf/tests/backward-ring-buffer.c
tools/perf/tests/bpf.c
tools/perf/tests/builtin-test.c
tools/perf/tests/code-reading.c
tools/perf/tests/event-times.c
tools/perf/tests/event_update.c
tools/perf/tests/keep-tracking.c
tools/perf/tests/mmap-basic.c
tools/perf/tests/parse-events.c
tools/perf/tests/switch-tracking.c
tools/perf/ui/browsers/hists.c
tools/perf/ui/browsers/res_sample.c
tools/perf/ui/browsers/scripts.c
tools/perf/ui/hist.c
tools/perf/ui/stdio/hist.c
tools/perf/util/annotate.c
tools/perf/util/auxtrace.c
tools/perf/util/auxtrace.h
tools/perf/util/bpf-loader.c
tools/perf/util/cgroup.c
tools/perf/util/config.c
tools/perf/util/cs-etm.c
tools/perf/util/cs-etm.h
tools/perf/util/dso.c
tools/perf/util/evlist.c
tools/perf/util/evsel.c
tools/perf/util/machine.c
tools/perf/util/mmap.c
tools/perf/util/mmap.h
tools/perf/util/python.c
tools/perf/util/record.c
tools/perf/util/s390-sample-raw.c
tools/perf/util/sort.c
tools/perf/util/stat-display.c
tools/perf/util/stat.c
tools/perf/util/top.h