OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5939cac
)
perf hist: Add missing 'struct branch_stack' forward declaration
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 18 Sep 2019 13:09:54 +0000
(10:09 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 20 Sep 2019 12:19:22 +0000
(09:19 -0300)
Its needed, was being obtained 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-srzphk0ehptfn3zqmpkgsi65@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hist.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/hist.h
b/tools/perf/util/hist.h
index
34803e3
..
6a186b6
100644
(file)
--- a/
tools/perf/util/hist.h
+++ b/
tools/perf/util/hist.h
@@
-15,6
+15,7
@@
struct addr_location;
struct map_symbol;
struct mem_info;
struct branch_info;
+struct branch_stack;
struct block_info;
struct symbol;
struct ui_progress;