perf env: Remove unneeded internal/cpumap inclusions
authorIan Rogers <irogers@google.com>
Thu, 11 Feb 2021 18:39:14 +0000 (10:39 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Feb 2021 20:35:48 +0000 (17:35 -0300)
Minor cleanup.

Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20210211183914.4093187-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/bench/epoll-ctl.c
tools/perf/bench/epoll-wait.c
tools/perf/bench/futex-hash.c
tools/perf/bench/futex-lock-pi.c
tools/perf/bench/futex-requeue.c
tools/perf/bench/futex-wake-parallel.c
tools/perf/bench/futex-wake.c
tools/perf/tests/openat-syscall-all-cpus.c
tools/perf/util/synthetic-events.c

index ca2d591aad8a6f74afd01ada382495fb9b3b1449..ddaca75c3bc00f98a28d49bbac5ab87b83b8a657 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/resource.h>
 #include <sys/epoll.h>
 #include <sys/eventfd.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 
 #include "../util/stat.h"
index 75dca9773186245b3d79ce02a33e613a5b4c71f1..0a0ff1247c837415ac50097cd09aac6e750060a4 100644 (file)
@@ -76,7 +76,6 @@
 #include <sys/epoll.h>
 #include <sys/eventfd.h>
 #include <sys/types.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 
 #include "../util/stat.h"
index 915bf3da7ce222673d033da5343ba816df791e51..b65373ce5c4fc29fd4fd0f0fb02793bd0e239840 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/kernel.h>
 #include <linux/zalloc.h>
 #include <sys/time.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 
 #include "../util/stat.h"
index bb25d8beb3b852f71def15136fcc5f22de816aca..89c6d160379cd2c56796d39bfabdb13e86ebd907 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/kernel.h>
 #include <linux/zalloc.h>
 #include <errno.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 #include "bench.h"
 #include "futex.h"
index 7a15c2e610228f081d8a3e5b8da2e5e283a8a427..5fa23295ee5f270dbd275c2d848fce2c02b5839c 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/kernel.h>
 #include <linux/time64.h>
 #include <errno.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 #include "bench.h"
 #include "futex.h"
index cd2b81a845acb0537f8841fb914b006c69c17772..6e6f5247e1fe5ecac94518bac5bbd7dcb436a63e 100644 (file)
@@ -29,7 +29,6 @@ int bench_futex_wake_parallel(int argc __maybe_unused, const char **argv __maybe
 #include <linux/time64.h>
 #include <errno.h>
 #include "futex.h"
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 
 #include <err.h>
index 2dfcef3e371e4b15b9dead17bfa348b00e2a79d1..6d217868f53c1f1e2f914167ee6eb7f2e5f88588 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/kernel.h>
 #include <linux/time64.h>
 #include <errno.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 #include "bench.h"
 #include "futex.h"
index 71f85e2cc127110753e30a4dc3aa7bc466bf2909..f7dd6c463f04feb413d6bf82d03f735477e3e6f8 100644 (file)
@@ -15,7 +15,6 @@
 #include "tests.h"
 #include "thread_map.h"
 #include <perf/cpumap.h>
-#include <internal/cpumap.h>
 #include "debug.h"
 #include "stat.h"
 #include "util/counts.h"
index c6f9db3faf83baff404718667e6eb64b1eea8673..0b767233ae1f5626d5c907cd119d386910038762 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/perf_event.h>
 #include <asm/bug.h>
 #include <perf/evsel.h>
-#include <internal/cpumap.h>
 #include <perf/cpumap.h>
 #include <internal/lib.h> // page_size
 #include <internal/threadmap.h>