perf hists: Add a couple of hists stat helper functions
[deliverable/linux.git] / tools / perf / util / hist.h
index 51478c94d976d7767a4fe4e7009f2e85e3ea7977..ef1ad7a948c07a7ab2921f18ac96d45c33fa8b18 100644 (file)
@@ -116,6 +116,7 @@ void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel);
 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
 
 u64 hists__total_period(struct hists *hists);
+void hists__reset_stats(struct hists *hists);
 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
 void hists__inc_nr_events(struct hists *hists, u32 type);
 void events_stats__inc(struct events_stats *stats, u32 type);
This page took 0.040775 seconds and 5 git commands to generate.