projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103b3d2
)
perf pfm: Remove duplicate util/cpumap.h include
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 13 Jun 2023 00:56:09 +0000
(21:56 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 13 Jun 2023 01:00:03 +0000
(22:00 -0300)
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>
tools/perf/util/pfm.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/pfm.c
b/tools/perf/util/pfm.c
index 4c1024c343dddd9a7cf2db5af6e70e78de4afe7e..862e4a689868b632ba0d6de9074eff5455613ee8 100644
(file)
--- 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>