Home | History | Annotate | Download | only in util

Lines Matching refs:hist_entry

47 static void hists__calc_col_len(struct hists *self, struct hist_entry *h)
73 static void hist_entry__add_cpumode_period(struct hist_entry *self,
98 static struct hist_entry *hist_entry__new(struct hist_entry *template)
101 struct hist_entry *self = malloc(sizeof(*self) + callchain_size);
115 static void hists__inc_nr_entries(struct hists *self, struct hist_entry *h)
130 struct hist_entry *__hists__add_entry(struct hists *self,
136 struct hist_entry *he;
137 struct hist_entry entry = {
154 he = rb_entry(parent, struct hist_entry, rb_node);
182 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right)
197 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right)
203 int64_t (*f)(struct hist_entry *, struct hist_entry *);
215 void hist_entry__free(struct hist_entry *he)
226 struct hist_entry *he)
230 struct hist_entry *iter;
235 iter = rb_entry(parent, struct hist_entry, rb_node);
265 struct hist_entry *n;
276 n = rb_entry(next, struct hist_entry, rb_node);
292 struct hist_entry *he,
297 struct hist_entry *iter;
305 iter = rb_entry(parent, struct hist_entry, rb_node);
321 struct hist_entry *n;
333 n = rb_entry(next, struct hist_entry, rb_node);
559 static size_t hist_entry_callchain__fprintf(FILE *fp, struct hist_entry *self,
596 int hist_entry__snprintf(struct hist_entry *self, char *s, size_t size,
712 int hist_entry__fprintf(struct hist_entry *self, struct hists *hists,
723 static size_t hist_entry__fprintf_callchain(struct hist_entry *self,
847 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
905 static void hists__remove_entry_filter(struct hists *self, struct hist_entry *h,
931 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
954 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
965 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip)
970 int hist_entry__annotate(struct hist_entry *he, size_t privsize)