Lines Matching refs:hist_entry

90 struct hist_entry {  struct
155 struct hist_entry *parent_he; argument
168 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument
173 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
175 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs()
180 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair()
183 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
187 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
188 struct hist_entry *he) in hist_entry__add_pair()
193 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
285 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
286 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
287 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
288 int (*se_snprintf)(struct hist_entry *he, char *bf, size_t size,
290 int (*se_filter)(struct hist_entry *he, int type, const void *arg);
291 void (*se_init)(struct hist_entry *he);
301 struct hist_entry he;
327 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right);
329 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right);
331 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
334 char *hist_entry__srcline(struct hist_entry *he);