Lines Matching defs:hists

19 u16 hists__col_len(struct hists *hists, enum hist_column col)  in hists__col_len()
24 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
29 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
38 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
46 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
56 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
162 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
226 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
247 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
261 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
277 void hists__delete_entries(struct hists *hists) in hists__delete_entries()
368 static struct hist_entry *add_hist_entry(struct hists *hists, in add_hist_entry()
442 struct hist_entry *__hists__add_entry(struct hists *hists, in __hists__add_entry()
510 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() local
541 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() local
614 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() local
721 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() local
997 static struct rb_root *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
1012 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
1019 void hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort()
1071 static void hists__reset_filter_stats(struct hists *hists) in hists__reset_filter_stats()
1077 void hists__reset_stats(struct hists *hists) in hists__reset_stats()
1085 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1091 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1126 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
1161 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1180 static bool hists__filter_entry_by_dso(struct hists *hists, in hists__filter_entry_by_dso()
1192 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso()
1214 static bool hists__filter_entry_by_thread(struct hists *hists, in hists__filter_entry_by_thread()
1226 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread()
1245 static bool hists__filter_entry_by_symbol(struct hists *hists, in hists__filter_entry_by_symbol()
1258 void hists__filter_by_symbol(struct hists *hists) in hists__filter_by_symbol()
1283 void hists__inc_nr_events(struct hists *hists, u32 type) in hists__inc_nr_events()
1288 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples()
1295 static struct hist_entry *hists__add_dummy_entry(struct hists *hists, in hists__add_dummy_entry()
1339 static struct hist_entry *hists__find_entry(struct hists *hists, in hists__find_entry()
1432 u64 hists__total_period(struct hists *hists) in hists__total_period()
1461 struct hists *hists = evsel__hists(evsel); in hists_evsel__init() local