Lines Matching defs:hists
26 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
31 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
36 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
45 static void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
53 static void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
106 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
121 static void __hists__decay_entries(struct hists *hists, bool zap_user, in __hists__decay_entries()
150 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
155 void hists__decay_entries_threaded(struct hists *hists, in hists__decay_entries_threaded()
182 static void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h) in hists__inc_nr_entries()
198 struct hist_entry *__hists__add_entry(struct hists *hists, in __hists__add_entry()
298 static bool hists__collapse_insert_entry(struct hists *hists, in hists__collapse_insert_entry()
336 static struct rb_root *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
351 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
357 static void __hists__collapse_resort(struct hists *hists, bool threaded) in __hists__collapse_resort()
385 void hists__collapse_resort(struct hists *hists) in hists__collapse_resort()
390 void hists__collapse_resort_threaded(struct hists *hists) in hists__collapse_resort_threaded()
425 static void __hists__output_resort(struct hists *hists, bool threaded) in __hists__output_resort()
455 void hists__output_resort(struct hists *hists) in hists__output_resort()
460 void hists__output_resort_threaded(struct hists *hists) in hists__output_resort_threaded()
718 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
848 struct hists *hists) in hist_entry__snprintf()
867 struct hists *hists, struct hists *pair_hists, in hist_entry__fprintf()
885 struct hists *hists, in hist_entry__fprintf_callchain()
900 size_t hists__fprintf(struct hists *hists, struct hists *pair, in hists__fprintf()
1071 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width()
1101 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1119 static bool hists__filter_entry_by_dso(struct hists *hists, in hists__filter_entry_by_dso()
1131 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso()
1152 static bool hists__filter_entry_by_thread(struct hists *hists, in hists__filter_entry_by_thread()
1164 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread()
1192 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events()
1198 size_t hists__fprintf_nr_events(struct hists *hists, FILE *fp) in hists__fprintf_nr_events()