tools: Consolidate types.h
authorBorislav Petkov <bp@suse.de>
Fri, 25 Apr 2014 19:31:02 +0000 (21:31 +0200)
committerJiri Olsa <jolsa@kernel.org>
Thu, 1 May 2014 19:22:39 +0000 (21:22 +0200)
commitd944c4eebcf4c0d5e5d9728fec110cbf0047ad7f
tree94240760600b3b1de6b6c95fe76b68a6990b2669
parent5ac3e4b6d1d8fb911bb9c497126c51b02033a412
tools: Consolidate types.h

Combine all definitions into a common tools/include/linux/types.h and
kill the wild growth elsewhere. Move DECLARE_BITMAP to its proper
bitmap.h header.

Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Link: http://lkml.kernel.org/n/tip-azczs7qcv6h9xek9od10hiv2@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
43 files changed:
tools/include/linux/types.h [new file with mode: 0644]
tools/lib/lockdep/uinclude/linux/types.h [deleted file]
tools/perf/MANIFEST
tools/perf/Makefile.perf
tools/perf/arch/x86/include/perf_regs.h
tools/perf/arch/x86/util/tsc.c
tools/perf/arch/x86/util/tsc.h
tools/perf/perf.h
tools/perf/tests/attr.c
tools/perf/tests/code-reading.c
tools/perf/tests/dso-data.c
tools/perf/tests/dwarf-unwind.c
tools/perf/tests/keep-tracking.c
tools/perf/tests/parse-no-sample-id-all.c
tools/perf/tests/perf-time-to-tsc.c
tools/perf/tests/rdpmc.c
tools/perf/tests/sample-parsing.c
tools/perf/ui/browser.h
tools/perf/ui/progress.h
tools/perf/util/annotate.h
tools/perf/util/build-id.h
tools/perf/util/dso.h
tools/perf/util/evsel.h
tools/perf/util/header.h
tools/perf/util/include/linux/bitmap.h
tools/perf/util/include/linux/list.h
tools/perf/util/include/linux/types.h [deleted file]
tools/perf/util/map.h
tools/perf/util/parse-events.h
tools/perf/util/parse-events.y
tools/perf/util/perf_regs.h
tools/perf/util/pmu.h
tools/perf/util/stat.h
tools/perf/util/svghelper.c
tools/perf/util/svghelper.h
tools/perf/util/top.h
tools/perf/util/types.h [deleted file]
tools/perf/util/unwind-libdw.c
tools/perf/util/unwind.h
tools/perf/util/util.h
tools/perf/util/values.h
tools/virtio/linux/kernel.h
tools/virtio/linux/types.h [deleted file]