projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9dacd6
)
perf pmu: Remove needless evsel.h include, only needs one fwd decl
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 29 Jan 2019 11:24:52 +0000
(12:24 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 6 Feb 2019 13:00:38 +0000
(10:00 -0300)
To reduce the header dependency tree.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link:
https://lkml.kernel.org/n/tip-rc389o1z0htwukqv6ni1viun@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/pmu.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/pmu.h
b/tools/perf/util/pmu.h
index 76fecec7b3f919b2d41be0c67d36ce977bdbd8dd..ffed23fb920ab4e154dfe52d6df405375e415b77 100644
(file)
--- a/
tools/perf/util/pmu.h
+++ b/
tools/perf/util/pmu.h
@@
-6,9
+6,10
@@
#include <linux/compiler.h>
#include <linux/perf_event.h>
#include <stdbool.h>
-#include "evsel.h"
#include "parse-events.h"
+struct perf_evsel_config_term;
+
enum {
PERF_PMU_FORMAT_VALUE_CONFIG,
PERF_PMU_FORMAT_VALUE_CONFIG1,