Lines Matching defs:hist_entry
226 struct hist_entry { struct
227 struct rb_node rb_node_in;
228 struct rb_node rb_node;
229 union {
232 } pairs;
233 struct he_stat stat;
234 struct he_stat *stat_acc;
235 struct map_symbol ms;
236 struct thread *thread;
237 struct comm *comm;
238 struct namespace_id cgroup_id;
239 u64 cgroup;
240 u64 ip;
241 u64 transaction;
242 u64 code_page_size;
243 u64 weight;
244 u64 ins_lat;
268 struct hist_entry_diff diff; argument
293 struct hist_entry *parent_he; argument
294 struct hist_entry_ops *ops; argument
307 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument