projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daecf9e
)
perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sun, 27 Jan 2019 23:06:16 +0000
(
00:06
+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 and avoid unnecessary rebuilds when
things change in symbol.h.
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-6duflwliprh2tr47w5x4t260@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/evsel.h
b/tools/perf/util/evsel.h
index
29c5eb6
..
cc578e0
100644
(file)
--- a/
tools/perf/util/evsel.h
+++ b/
tools/perf/util/evsel.h
@@
-8,7
+8,7
@@
#include <linux/perf_event.h>
#include <linux/types.h>
#include "xyarray.h"
-#include "symbol.h"
+#include "symbol
_conf
.h"
#include "cpumap.h"
#include "counts.h"