]> Git Repo - linux.git/blobdiff - tools/perf/util/hist.h
perf top: Reuse the 'report' hist_entry/hists classes
[linux.git] / tools / perf / util / hist.h
index 424f9eb8310c8d5ea692bc10e1df48936a1fc148..f87677bfaff9aa3a861fbc8804a8f131ec935a99 100644 (file)
@@ -78,6 +78,9 @@ void hists__output_resort_threaded(struct hists *hists);
 void hists__collapse_resort(struct hists *self);
 void hists__collapse_resort_threaded(struct hists *hists);
 
+void hists__decay_entries(struct hists *hists);
+void hists__output_recalc_col_len(struct hists *hists, int max_rows);
+
 void hists__inc_nr_events(struct hists *self, u32 type);
 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
 
This page took 0.031517 seconds and 4 git commands to generate.