perf tools: Remove perf.h from source files not needing it
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Aug 2019 18:42:40 +0000 (15:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Aug 2019 20:38:32 +0000 (17:38 -0300)
commit0ac25fd0a04d8bd52ceac2476e71a4e497489987
treec00396103c4b374aaaec012c968cbe8e696cd0ac
parentc1a604dff486399ae0be95e6396e0158df95ad5d
perf tools: Remove perf.h from source files not needing it

With the movement of lots of stuff out of perf.h to other headers we
ended up not needing it in lots of places, remove it from those places.

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-c718m0sxxwp73lp9d8vpihb4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
48 files changed:
tools/perf/arch/powerpc/util/perf_regs.c
tools/perf/arch/x86/tests/intel-cqm.c
tools/perf/arch/x86/util/archinsn.c
tools/perf/arch/x86/util/tsc.c
tools/perf/bench/numa.c
tools/perf/bench/sched-messaging.c
tools/perf/bench/sched-pipe.c
tools/perf/builtin-bench.c
tools/perf/builtin-buildid-cache.c
tools/perf/builtin-buildid-list.c
tools/perf/builtin-config.c
tools/perf/builtin-ftrace.c
tools/perf/builtin-help.c
tools/perf/builtin-inject.c
tools/perf/builtin-list.c
tools/perf/builtin-probe.c
tools/perf/scripts/perl/Perf-Trace-Util/Context.c
tools/perf/scripts/python/Perf-Trace-Util/Context.c
tools/perf/tests/hists_common.c
tools/perf/tests/hists_cumulate.c
tools/perf/tests/hists_filter.c
tools/perf/tests/hists_link.c
tools/perf/tests/hists_output.c
tools/perf/ui/browser.c
tools/perf/util/bpf-loader.c
tools/perf/util/bpf-prologue.c
tools/perf/util/branch.c
tools/perf/util/cacheline.c
tools/perf/util/cgroup.c
tools/perf/util/cpumap.c
tools/perf/util/debug.c
tools/perf/util/event.c
tools/perf/util/genelf.c
tools/perf/util/genelf_debug.c
tools/perf/util/header.c
tools/perf/util/intel-pt.c
tools/perf/util/parse-branch-options.c
tools/perf/util/parse-events.c
tools/perf/util/scripting-engines/trace-event-perl.c
tools/perf/util/scripting-engines/trace-event-python.c
tools/perf/util/svghelper.c
tools/perf/util/thread.c
tools/perf/util/time-utils.c
tools/perf/util/trace-event-info.c
tools/perf/util/trace-event-parse.c
tools/perf/util/trace-event-read.c
tools/perf/util/trace-event-scripting.c
tools/perf/util/util.c