]> asedeno.scripts.mit.edu Git - linux.git/commit
perf tests pmu: Add missing headers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 29 Jan 2019 11:23:44 +0000 (12:23 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Feb 2019 13:00:38 +0000 (10:00 -0300)
commite9dacd63a1857b8d72c6f2b231868e0246eee391
treec51161fe8516a0cdd46b3832d8c5b5e137e06f79
parent71551288d2fde0c24df3c248e3e80be92783376d
perf tests pmu: Add missing headers

It needs the definitions for PATH_MAX and snprintf, was getting it
by luck from headers it included and that are now being sanitized.

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-7bbh3kk0h5mywvfqm64nhv28@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/pmu.c