diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index ee789856a8c9..889559b86492 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -77,6 +77,8 @@ struct hists { | |||
77 | u64 event_stream; | 77 | u64 event_stream; |
78 | u32 type; | 78 | u32 type; |
79 | u16 col_len[HISTC_NR_COLS]; | 79 | u16 col_len[HISTC_NR_COLS]; |
80 | /* Best would be to reuse the session callchain cursor */ | ||
81 | struct callchain_cursor callchain_cursor; | ||
80 | }; | 82 | }; |
81 | 83 | ||
82 | struct hist_entry *__hists__add_entry(struct hists *self, | 84 | struct hist_entry *__hists__add_entry(struct hists *self, |