diff options
author | Ian Rogers <irogers@google.com> | 2021-02-11 19:39:14 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-02-12 21:35:48 +0100 |
commit | e73b0d586ed8ababe67a655f8c2deebfb12a307b (patch) | |
tree | 35a04f237d33014ad9b7d0334d06608589bc8bcf /tools/perf/util/synthetic-events.c | |
parent | perf tools: Remove unused xyarray.c as it was moved to tools/lib/perf (diff) | |
download | linux-e73b0d586ed8ababe67a655f8c2deebfb12a307b.tar.xz linux-e73b0d586ed8ababe67a655f8c2deebfb12a307b.zip |
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>
Diffstat (limited to 'tools/perf/util/synthetic-events.c')
-rw-r--r-- | tools/perf/util/synthetic-events.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/synthetic-events.c b/tools/perf/util/synthetic-events.c index c6f9db3faf83..0b767233ae1f 100644 --- a/tools/perf/util/synthetic-events.c +++ b/tools/perf/util/synthetic-events.c @@ -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> |