Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:hist_entry

70 						    struct hist_entry *he)
74 struct hist_entry *iter;
78 iter = rb_entry(parent, struct hist_entry, rb_node);
96 struct hist_entry *n = rb_entry(next, struct hist_entry, rb_node);
113 static struct hist_entry *hists__find_entry(struct hists *self,
114 struct hist_entry *he)
119 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node);
138 struct hist_entry *pos = rb_entry(nd, struct hist_entry, rb_node);