Lines Matching refs:hist_entry
87 struct hist_entry { struct
145 struct hist_entry *parent_he; argument
158 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument
163 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs()
168 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair()
171 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
175 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
176 struct hist_entry *he) in hist_entry__add_pair()
181 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
259 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
260 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
261 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
262 int (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,
264 int (*se_filter)(struct hist_entry *he, int type, const void *arg);
274 struct hist_entry he;
301 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right);
303 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right);
305 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
306 char *hist_entry__srcline(struct hist_entry *he);