commit | f2a39fe84901df2b3d1bec3459b65cee3e8db57c | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Fri Aug 30 14:45:20 2019 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Sat Aug 31 22:24:10 2019 -0300 |
tree | 399cb01cdf9a8c771e734ed4344a18840845f9bf | |
parent | fa0d98462fae5d4951f22f3ac1090d48c53396d1 [diff] [blame] |
perf auxtrace: Uninline functions that touch perf_session So that we don't carry the session.h include directive in auxtrace.h, which in turn opens a can of worms of files that were getting all sorts of things via that include, fix them all. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/tests/keep-tracking.c b/tools/perf/tests/keep-tracking.c index c758798..9f0762d 100644 --- a/tools/perf/tests/keep-tracking.c +++ b/tools/perf/tests/keep-tracking.c
@@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include <linux/types.h> +#include <limits.h> #include <unistd.h> #include <sys/prctl.h> #include <perf/cpumap.h>