diff options
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r-- | tools/perf/util/hist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index cb6533b2977a..38624686ee9a 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -98,6 +98,7 @@ void hists__output_recalc_col_len(struct hists *hists, int max_rows); | |||
98 | 98 | ||
99 | void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h); | 99 | void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h); |
100 | void hists__inc_nr_events(struct hists *self, u32 type); | 100 | void hists__inc_nr_events(struct hists *self, u32 type); |
101 | void events_stats__inc(struct events_stats *stats, u32 type); | ||
101 | size_t events_stats__fprintf(struct events_stats *stats, FILE *fp); | 102 | size_t events_stats__fprintf(struct events_stats *stats, FILE *fp); |
102 | 103 | ||
103 | size_t hists__fprintf(struct hists *self, bool show_header, int max_rows, | 104 | size_t hists__fprintf(struct hists *self, bool show_header, int max_rows, |