diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-01-27 13:23:20 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-01-27 13:23:20 -0500 |
commit | d380eaaea70d775c0520dcb5702ea5d2a56b7be9 (patch) | |
tree | 3a4c2d15f8b558c68f9d275aba411180088f4a9d /tools/perf/util/hist.h | |
parent | dda99116969142cc41e945a1047a419b937536af (diff) | |
parent | ef1d1af28ca37fdbc2745da040529cd2953c1af5 (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
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, |