Lines Matching refs:hist_entry

160 	struct hist_entry *he;
165 struct hist_entry **he_cache;
238 struct hist_entry { struct
307 struct hist_entry *parent_he; argument
321 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains() argument
326 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs()
331 static inline struct hist_entry *hist_entry__next_pair(struct hist_entry *he) in hist_entry__next_pair()
334 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
338 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
339 struct hist_entry *he) in hist_entry__add_pair()
344 struct hist_entry *hists__add_entry(struct hists *hists,
353 struct hist_entry *hists__add_entry_ops(struct hists *hists,
363 struct hist_entry *hists__add_entry_block(struct hists *hists,
374 int hist_entry__sort_snprintf(struct hist_entry *he, char *bf, size_t size,
376 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
378 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size,
380 void hist_entry__delete(struct hist_entry *he);
382 typedef int (*hists__resort_cb_t)(struct hist_entry *he, void *arg);
396 struct hist_entry *hists__get_entry(struct hists *hists, int idx);
401 void hists__inc_stats(struct hists *hists, struct hist_entry *h);
429 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
435 static inline float hist_entry__get_percent_limit(struct hist_entry *he) in hist_entry__get_percent_limit()
485 struct perf_hpp_fmt *, struct hist_entry *, struct hist_entry *);
493 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he);
495 struct hist_entry *he);
497 struct hist_entry *he);
628 int hist_entry__filter(struct hist_entry *he, int type, const void *arg);
655 typedef u64 (*hpp_field_fn)(struct hist_entry *he);
660 struct hist_entry *he, hpp_field_fn get_field,
664 struct hist_entry *he, hpp_field_fn get_field,
668 struct hist_entry *he, enum mem_stat_type mst,
709 struct hist_entry he;
719 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel,
752 static inline int hist_entry__tui_annotate(struct hist_entry *he __maybe_unused, in hist_entry__tui_annotate()
820 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
823 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp,