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:
9cd997f
)
perf thread: Don't include symbol.h, symbol_conf.h is enough
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sun, 27 Jan 2019 23:07:40 +0000
(
00:07
+0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 6 Feb 2019 13:00:38 +0000
(10:00 -0300)
Also add stdio.h to get the FILE definition.
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-8vx5396phynuxhdsxxfbdhsk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/thread.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/thread.h
b/tools/perf/util/thread.h
index 856cf1a9040a043237ca139397a9963f1cbf0536..8276ffeec5565cb1625195eef4c87f0ada3cce06 100644
(file)
--- a/
tools/perf/util/thread.h
+++ b/
tools/perf/util/thread.h
@@
-5,14
+5,17
@@
#include <linux/refcount.h>
#include <linux/rbtree.h>
#include <linux/list.h>
+#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include "srccode.h"
-#include "symbol.h"
+#include "symbol
_conf
.h"
#include <strlist.h>
#include <intlist.h>
#include "rwsem.h"
+struct addr_location;
+struct map;
struct namespaces_event;
struct thread_stack;
struct unwind_libunwind_ops;