Searched defs:hist_entry (Results 1 – 1 of 1) sorted by relevance
82 struct hist_entry { struct83 struct rb_node rb_node_in;84 struct rb_node rb_node;85 union {88 } pairs;89 struct he_stat stat;113 struct hist_entry_diff diff; argument133 struct hist_entry *parent_he; argument134 struct hist_entry_ops *ops; argument146 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument