Lines Matching defs:he
79 static void hist_entry__add_cpumode_period(struct hist_entry *he, in hist_entry__add_cpumode_period()
100 static void hist_entry__decay(struct hist_entry *he) in hist_entry__decay()
106 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
168 struct hist_entry *he = malloc(sizeof(*he) + callchain_size); in hist_entry__new() local
204 struct hist_entry *he; in __hists__add_entry() local
289 void hist_entry__free(struct hist_entry *he) in hist_entry__free()
300 struct hist_entry *he) in hists__collapse_insert_entry()
351 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
400 struct hist_entry *he, in __hists__insert_output_entry()
680 static size_t hist_entry_callchain__fprintf(struct hist_entry *he, in hist_entry_callchain__fprintf()
734 static int hist_entry__pcnt_snprintf(struct hist_entry *he, char *s, in hist_entry__pcnt_snprintf()
847 int hist_entry__snprintf(struct hist_entry *he, char *s, size_t size, in hist_entry__snprintf()
866 static int hist_entry__fprintf(struct hist_entry *he, size_t size, in hist_entry__fprintf()
884 static size_t hist_entry__fprintf_callchain(struct hist_entry *he, in hist_entry__fprintf_callchain()
1120 struct hist_entry *he) in hists__filter_entry_by_dso()
1153 struct hist_entry *he) in hists__filter_entry_by_thread()
1182 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples()
1187 int hist_entry__annotate(struct hist_entry *he, size_t privsize) in hist_entry__annotate()