]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf tools: Remove needless perf.h include directive from headers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Aug 2019 18:20:59 +0000 (15:20 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Aug 2019 20:38:32 +0000 (17:38 -0300)
commitc1a604dff486399ae0be95e6396e0158df95ad5d
treecfd993c491ac4e85719667a6108d22838bf0f265
parentf37110205c3065546d6995b1463751c7bbb50e89
perf tools: Remove needless perf.h include directive from headers

Its not needed there, add it to the places that need it and were getting
it via those headers.

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-5yulx1u16vyd0zmrbg1tjhju@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
21 files changed:
tools/perf/builtin-c2c.c
tools/perf/builtin-diff.c
tools/perf/builtin-record.c
tools/perf/builtin-script.c
tools/perf/builtin-stat.c
tools/perf/builtin-trace.c
tools/perf/perf.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/tui/setup.c
tools/perf/util/auxtrace.h
tools/perf/util/callchain.c
tools/perf/util/event.c
tools/perf/util/event.h
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/mmap.c
tools/perf/util/session.c
tools/perf/util/top.c