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:
3793d4d
)
perf annotate: Add missing machine.h include directive
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 18 Sep 2019 13:10:43 +0000
(10:10 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 20 Sep 2019 12:19:22 +0000
(09:19 -0300)
We use what is defined there, were getting it by luck, indirectly, 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-56g4jshmktniundmiw7h845k@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-annotate.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-annotate.c
b/tools/perf/builtin-annotate.c
index 4e4d2e76232e254b3436c4c4a320d3ae55437c57..553c651fa0a2ff5e440bd440fc35c4498e5ed824 100644
(file)
--- a/
tools/perf/builtin-annotate.c
+++ b/
tools/perf/builtin-annotate.c
@@
-27,6
+27,7
@@
#include "util/sort.h"
#include "util/hist.h"
#include "util/dso.h"
+#include "util/machine.h"
#include "util/map.h"
#include "util/session.h"
#include "util/tool.h"