Lines Matching defs:hist_entry
91 struct hist_entry { struct
92 struct rb_node rb_node_in;
93 struct rb_node rb_node;
94 union {
97 } pairs;
98 struct he_stat stat;
99 struct he_stat *stat_acc;
100 struct map_symbol ms;
101 struct thread *thread;
102 struct comm *comm;
126 struct hist_entry_diff diff; argument
150 struct hist_entry *parent_he; argument
151 struct hist_entry_ops *ops; argument
163 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument