perf bench: fix assert when NDEBUG is defined
[deliverable/linux.git] / tools / perf / util / hist.h
index 69fab7d9abcd72c30541b924e18b685cfc577e98..2e650ffb7d23b211159f52a22c3c9616bb609014 100644 (file)
@@ -75,8 +75,8 @@ struct hist_entry *__hists__add_entry(struct hists *self,
                                      struct symbol *parent, u64 period);
 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
-int hist_entry__snprintf(struct hist_entry *self, char *bf, size_t size,
-                        struct hists *hists);
+int hist_entry__sort_snprintf(struct hist_entry *self, char *bf, size_t size,
+                             struct hists *hists);
 void hist_entry__free(struct hist_entry *);
 
 struct hist_entry *__hists__add_branch_entry(struct hists *self,
This page took 0.025492 seconds and 5 git commands to generate.