aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/pfm.c
diff options
context:
space:
mode:
authorGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2023-06-12 21:56:09 -0300
committerGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2023-06-12 22:00:03 -0300
commitd15b8c76c964e882593365a5d1b4b924c945b90e (patch)
tree1044f95caed995e9d4689f3030dd3532d35ed90e /tools/perf/util/pfm.c
parentperf annotate: Allow whitespace between insn operands (diff)
downloadlinux-d15b8c76c964e882593365a5d1b4b924c945b90e.tar.gz
linux-d15b8c76c964e882593365a5d1b4b924c945b90e.tar.bz2
linux-d15b8c76c964e882593365a5d1b4b924c945b90e.zip
perf pfm: Remove duplicate util/cpumap.h include
Fixes: d1f1cecc92ae0dba ("perf list: Check if libpfm4 event is supported") Reported-by: kernel test robot <yujie.liu@intel.com> Closes: https://lore.kernel.org/r/202306110636.2sTsiAcl-lkp@intel.com/ Cc: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/pfm.c')
-rw-r--r--tools/perf/util/pfm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/pfm.c b/tools/perf/util/pfm.c
index 4c1024c343dd..862e4a689868 100644
--- a/tools/perf/util/pfm.c
+++ b/tools/perf/util/pfm.c
@@ -13,7 +13,6 @@
#include "util/pmus.h"
#include "util/pfm.h"
#include "util/strbuf.h"
-#include "util/cpumap.h"
#include "util/thread_map.h"
#include <string.h>