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:
36f3f45
)
perf symbols: Add missing dso.h header
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 10 Sep 2019 15:17:19 +0000
(16:17 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 20 Sep 2019 12:19:21 +0000
(09:19 -0300)
This was being obtained only indirectly, by luck.
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-xeolxwr3iftwfw9kmw26shfe@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol-elf.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/symbol-elf.c
b/tools/perf/util/symbol-elf.c
index 8b9199c343dd24d377a59b05da053ea16fb495d6..6fbfdf8bf61f64898712845845e8b7296572b52e 100644
(file)
--- a/
tools/perf/util/symbol-elf.c
+++ b/
tools/perf/util/symbol-elf.c
@@
-7,6
+7,7
@@
#include <unistd.h>
#include <inttypes.h>
+#include "dso.h"
#include "map.h"
#include "map_groups.h"
#include "symbol.h"