Lines Matching refs:hist_entry
78 struct hist_entry { struct
117 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() argument
122 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair()
125 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
129 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
130 struct hist_entry *he) in hist_entry__add_pair()
135 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
201 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
202 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
203 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
204 int (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,