Lines Matching defs:hists
21 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
26 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
31 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
40 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
48 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
58 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
182 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
246 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
267 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
281 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
297 void hists__delete_entries(struct hists *hists) in hists__delete_entries()
384 static struct hist_entry *hists__findnew_entry(struct hists *hists, in hists__findnew_entry()
457 struct hist_entry *__hists__add_entry(struct hists *hists, in __hists__add_entry()
526 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() local
557 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() local
630 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() local
738 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() local
1027 static struct rb_root *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
1042 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
1050 void hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort()
1102 static void hists__reset_filter_stats(struct hists *hists) in hists__reset_filter_stats()
1108 void hists__reset_stats(struct hists *hists) in hists__reset_stats()
1116 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1122 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1158 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
1200 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1219 static bool hists__filter_entry_by_dso(struct hists *hists, in hists__filter_entry_by_dso()
1231 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso()
1253 static bool hists__filter_entry_by_thread(struct hists *hists, in hists__filter_entry_by_thread()
1265 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread()
1284 static bool hists__filter_entry_by_symbol(struct hists *hists, in hists__filter_entry_by_symbol()
1297 void hists__filter_by_symbol(struct hists *hists) in hists__filter_by_symbol()
1316 static bool hists__filter_entry_by_socket(struct hists *hists, in hists__filter_entry_by_socket()
1328 void hists__filter_by_socket(struct hists *hists) in hists__filter_by_socket()
1353 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events()
1358 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples()
1365 static struct hist_entry *hists__add_dummy_entry(struct hists *hists, in hists__add_dummy_entry()
1409 static struct hist_entry *hists__find_entry(struct hists *hists, in hists__find_entry()
1535 u64 hists__total_period(struct hists *hists) in hists__total_period()
1564 struct hists *hists = evsel__hists(evsel); in hists_evsel__init() local