Lines Matching refs:hist_entry
15 struct hist_entry;
61 struct hist_entry *__hists__add_entry(struct hists *self,
64 extern int64_t hist_entry__cmp(struct hist_entry *, struct hist_entry *);
65 extern int64_t hist_entry__collapse(struct hist_entry *, struct hist_entry *);
66 int hist_entry__fprintf(struct hist_entry *self, struct hists *hists,
69 int hist_entry__snprintf(struct hist_entry *self, char *bf, size_t size,
73 void hist_entry__free(struct hist_entry *);
84 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
85 int hist_entry__annotate(struct hist_entry *self, size_t privsize);
104 static inline int hist_entry__tui_annotate(struct hist_entry *self __used,
113 int hist_entry__tui_annotate(struct hist_entry *self, int evidx);