Lines Matching refs:hist_entry
80 struct hist_entry { struct
128 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument
133 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair()
136 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
140 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
141 struct hist_entry *he) in hist_entry__add_pair()
146 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
216 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
217 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
218 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
219 int (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,