Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf env: Remove unneeded internal/cpumap inclusions

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>

authored by

Ian Rogers and committed by
Arnaldo Carvalho de Melo
e73b0d58 b1cdc7d3

-9
-1
tools/perf/bench/epoll-ctl.c
··· 21 21 #include <sys/resource.h> 22 22 #include <sys/epoll.h> 23 23 #include <sys/eventfd.h> 24 - #include <internal/cpumap.h> 25 24 #include <perf/cpumap.h> 26 25 27 26 #include "../util/stat.h"
-1
tools/perf/bench/epoll-wait.c
··· 76 76 #include <sys/epoll.h> 77 77 #include <sys/eventfd.h> 78 78 #include <sys/types.h> 79 - #include <internal/cpumap.h> 80 79 #include <perf/cpumap.h> 81 80 82 81 #include "../util/stat.h"
-1
tools/perf/bench/futex-hash.c
··· 20 20 #include <linux/kernel.h> 21 21 #include <linux/zalloc.h> 22 22 #include <sys/time.h> 23 - #include <internal/cpumap.h> 24 23 #include <perf/cpumap.h> 25 24 26 25 #include "../util/stat.h"
-1
tools/perf/bench/futex-lock-pi.c
··· 14 14 #include <linux/kernel.h> 15 15 #include <linux/zalloc.h> 16 16 #include <errno.h> 17 - #include <internal/cpumap.h> 18 17 #include <perf/cpumap.h> 19 18 #include "bench.h" 20 19 #include "futex.h"
-1
tools/perf/bench/futex-requeue.c
··· 20 20 #include <linux/kernel.h> 21 21 #include <linux/time64.h> 22 22 #include <errno.h> 23 - #include <internal/cpumap.h> 24 23 #include <perf/cpumap.h> 25 24 #include "bench.h" 26 25 #include "futex.h"
-1
tools/perf/bench/futex-wake-parallel.c
··· 29 29 #include <linux/time64.h> 30 30 #include <errno.h> 31 31 #include "futex.h" 32 - #include <internal/cpumap.h> 33 32 #include <perf/cpumap.h> 34 33 35 34 #include <err.h>
-1
tools/perf/bench/futex-wake.c
··· 20 20 #include <linux/kernel.h> 21 21 #include <linux/time64.h> 22 22 #include <errno.h> 23 - #include <internal/cpumap.h> 24 23 #include <perf/cpumap.h> 25 24 #include "bench.h" 26 25 #include "futex.h"
-1
tools/perf/tests/openat-syscall-all-cpus.c
··· 15 15 #include "tests.h" 16 16 #include "thread_map.h" 17 17 #include <perf/cpumap.h> 18 - #include <internal/cpumap.h> 19 18 #include "debug.h" 20 19 #include "stat.h" 21 20 #include "util/counts.h"
-1
tools/perf/util/synthetic-events.c
··· 24 24 #include <linux/perf_event.h> 25 25 #include <asm/bug.h> 26 26 #include <perf/evsel.h> 27 - #include <internal/cpumap.h> 28 27 #include <perf/cpumap.h> 29 28 #include <internal/lib.h> // page_size 30 29 #include <internal/threadmap.h>