Lines Matching refs:hist_entry
12 struct hist_entry;
83 struct hist_entry *__hists__add_entry(struct hists *self,
87 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
88 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
89 int hist_entry__sort_snprintf(struct hist_entry *self, char *bf, size_t size,
91 void hist_entry__free(struct hist_entry *);
93 struct hist_entry *__hists__add_branch_entry(struct hists *self,
100 struct hist_entry *__hists__add_mem_entry(struct hists *self,
113 void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h);
121 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
122 int hist_entry__annotate(struct hist_entry *self, size_t privsize);
132 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
148 struct hist_entry *he);
150 struct hist_entry *he);
201 int hist_entry__tui_annotate(struct hist_entry *he, struct perf_evsel *evsel,
220 static inline int hist_entry__tui_annotate(struct hist_entry *self in hist_entry__tui_annotate()