]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Include sys/param.h where needed
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 21:51:14 +0000 (18:51 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Apr 2017 16:43:30 +0000 (13:43 -0300)
commitcfbb04655738578589bb2b732f8c8a003b9fe2bc
treeeaf7f2d5b7cc0fbf12d3ac00543597bcafed30be
parent1687511cd26c65e3a99c25adae92a6bbf5085983
perf tools: Include sys/param.h where needed

As it is going away from util.h, where it is not needed.

This is mostly for things like MAXPATHLEN, MAX() and MIN(), these later
two probably should go away in favor of its kernel sources replacements.

Link: http://lkml.kernel.org/n/tip-z1666f3fl3fqobxvjr5o2r39@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c
tools/perf/builtin-script.c
tools/perf/tests/attr.c
tools/perf/tests/code-reading.c
tools/perf/util/config.c
tools/perf/util/header.c
tools/perf/util/hist.c
tools/perf/util/parse-events.c
tools/perf/util/util.h