aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r--tools/perf/util/hist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h
index 04a46e32f42f..a039cd22b23c 100644
--- a/tools/perf/util/hist.h
+++ b/tools/perf/util/hist.h
@@ -139,6 +139,7 @@ size_t events_stats__fprintf(struct events_stats *stats, FILE *fp);
139 139
140size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, 140size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
141 int max_cols, float min_pcnt, FILE *fp); 141 int max_cols, float min_pcnt, FILE *fp);
142size_t perf_evlist__fprintf_nr_events(struct perf_evlist *evlist, FILE *fp);
142 143
143void hists__filter_by_dso(struct hists *hists); 144void hists__filter_by_dso(struct hists *hists);
144void hists__filter_by_thread(struct hists *hists); 145void hists__filter_by_thread(struct hists *hists);