]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Use just forward declarations for struct thread where possible
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Apr 2017 00:34:35 +0000 (21:34 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Apr 2017 16:43:35 +0000 (13:43 -0300)
commitb1468a694ab85b523d70e07fa2f9086f8bc5d14b
tree92046f32304382568f4cbcea11629bdc0e3242d7
parent30c7f7f420b11d9252886523feb9232f5c156fcd
perf tools: Use just forward declarations for struct thread where possible

Removing various instances of unnecessary includes, reducing the maze of
header dependencies.

Link: http://lkml.kernel.org/n/tip-hwu6eyuok9pc57alookyzmsf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
15 files changed:
tools/perf/arch/arm/util/unwind-libdw.c
tools/perf/arch/x86/util/unwind-libdw.c
tools/perf/builtin-c2c.c
tools/perf/builtin-inject.c
tools/perf/builtin-mem.c
tools/perf/builtin-timechart.c
tools/perf/ui/browsers/hists.c
tools/perf/ui/stdio/hist.c
tools/perf/util/build-id.c
tools/perf/util/hist.c
tools/perf/util/session.c
tools/perf/util/session.h
tools/perf/util/sort.c
tools/perf/util/sort.h
tools/perf/util/unwind-libdw.h