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:
fb71c86
)
perf probe: Add missing build-id.h header.
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 10 Sep 2019 15:16:27 +0000
(16:16 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 20 Sep 2019 12:19:20 +0000
(09:19 -0300)
It uses things defined in that header and was getting it only
indirectly, thru dso.h, fix it.
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-7u3sf4j5huhi3mqa1q77524b@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-file.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/probe-file.c
b/tools/perf/util/probe-file.c
index d13db55a2febdfc56b025b6a65b4d717550511a4..b659466ea498ee4dda3978d68a9049e298e96b43 100644
(file)
--- a/
tools/perf/util/probe-file.c
+++ b/
tools/perf/util/probe-file.c
@@
-16,6
+16,7
@@
#include "strlist.h"
#include "strfilter.h"
#include "debug.h"
+#include "build-id.h"
#include "dso.h"
#include "color.h"
#include "symbol.h"