Lines Matching defs:hists
31 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
36 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
41 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
50 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
58 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
68 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
165 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
229 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
244 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
324 void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h) in hists__inc_nr_entries()
340 static struct hist_entry *add_hist_entry(struct hists *hists, in add_hist_entry()
579 static struct rb_root *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
594 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
601 void hists__collapse_resort(struct hists *hists) in hists__collapse_resort()
717 void hists__output_resort(struct hists *hists) in hists__output_resort()
747 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
765 static bool hists__filter_entry_by_dso(struct hists *hists, in hists__filter_entry_by_dso()
777 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso()
798 static bool hists__filter_entry_by_thread(struct hists *hists, in hists__filter_entry_by_thread()
810 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread()
828 static bool hists__filter_entry_by_symbol(struct hists *hists, in hists__filter_entry_by_symbol()
841 void hists__filter_by_symbol(struct hists *hists) in hists__filter_by_symbol()
875 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events()
880 static struct hist_entry *hists__add_dummy_entry(struct hists *hists, in hists__add_dummy_entry()
924 static struct hist_entry *hists__find_entry(struct hists *hists, in hists__find_entry()