perf hists: Export a couple of hist functions
[deliverable/linux.git] / tools / perf / util / hist.h
index cb8f37349972b099888582955753017b0e1f7857..d4ec4822a1038611a7269aa0df2eb37171a647a6 100644 (file)
@@ -185,6 +185,11 @@ static inline struct hists *evsel__hists(struct perf_evsel *evsel)
 }
 
 int hists__init(void);
+int __hists__init(struct hists *hists);
+
+struct rb_root *hists__get_rotate_entries_in(struct hists *hists);
+bool hists__collapse_insert_entry(struct hists *hists __maybe_unused,
+                                 struct rb_root *root, struct hist_entry *he);
 
 struct perf_hpp {
        char *buf;
This page took 0.026834 seconds and 5 git commands to generate.