perf tools: Add missing headers, mostly stdlib.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 4 Jul 2019 14:21:24 +0000 (11:21 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Jul 2019 13:13:22 +0000 (10:13 -0300)
commit215a0d305c5651928eb67c96bcedd0a6c297dfce
treece435a95163b78acc5290ed272311fe261cd240c
parentfc50e0ba9bcac92ff177ff3ac64644108b6d8dd8
perf tools: Add missing headers, mostly stdlib.h

Part of the erosion of util/util.h, that will lose its include stdlib.h,
we need to add it to places where it is needed but was getting it
indirectly.

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-1imnqezw99ahc07fjeb51qby@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
26 files changed:
tools/perf/arch/common.c
tools/perf/arch/powerpc/util/perf_regs.c
tools/perf/arch/s390/util/header.c
tools/perf/builtin-config.c
tools/perf/builtin-help.c
tools/perf/tests/llvm.c
tools/perf/tests/sample-parsing.c
tools/perf/tests/vmlinux-kallsyms.c
tools/perf/ui/browser.h
tools/perf/ui/browsers/map.c
tools/perf/ui/tui/setup.c
tools/perf/ui/tui/util.c
tools/perf/util/cputopo.c
tools/perf/util/db-export.c
tools/perf/util/debug.c
tools/perf/util/demangle-java.c
tools/perf/util/dwarf-aux.c
tools/perf/util/env.c
tools/perf/util/parse-branch-options.c
tools/perf/util/parse-regs-options.c
tools/perf/util/strbuf.c
tools/perf/util/symbol-elf.c
tools/perf/util/symbol-minimal.c
tools/perf/util/target.c
tools/perf/util/thread-stack.c
tools/perf/util/usage.c