Lines Matching defs:hist_entry
89 struct hist_entry { struct
90 struct rb_node rb_node_in;
91 struct rb_node rb_node;
92 union {
95 } pairs;
96 struct he_stat stat;
97 struct he_stat *stat_acc;
98 struct map_symbol ms;
99 struct thread *thread;
123 struct hist_entry_diff diff; argument
143 struct hist_entry *parent_he; argument
144 struct hist_entry_ops *ops; argument
156 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument