Lines Matching defs:hists

42 u16 hists__col_len(struct hists *hists, enum hist_column col)  in hists__col_len()
47 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
52 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
61 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
69 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
79 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
247 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
325 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
361 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
387 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
403 void hists__delete_entries(struct hists *hists) in hists__delete_entries()
416 struct hist_entry *hists__get_entry(struct hists *hists, int idx) in hists__get_entry()
591 static struct hist_entry *hists__findnew_entry(struct hists *hists, in hists__findnew_entry()
702 __hists__add_entry(struct hists *hists, in __hists__add_entry()
760 struct hist_entry *hists__add_entry(struct hists *hists, in hists__add_entry()
772 struct hist_entry *hists__add_entry_ops(struct hists *hists, in hists__add_entry_ops()
785 struct hist_entry *hists__add_entry_block(struct hists *hists, in hists__add_entry_block()
835 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() local
869 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() local
940 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() local
1050 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() local
1266 struct hists *hists = left->hists; in hist_entry__cmp() local
1286 struct hists *hists = left->hists; in hist_entry__collapse() local
1458 static struct hist_entry *hierarchy_insert_entry(struct hists *hists, in hierarchy_insert_entry()
1530 static int hists__hierarchy_insert_entry(struct hists *hists, in hists__hierarchy_insert_entry()
1577 static int hists__collapse_insert_entry(struct hists *hists, in hists__collapse_insert_entry()
1628 struct rb_root_cached *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
1643 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
1651 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort()
1694 struct hists *hists = a->hists; in hist_entry__sort() local
1710 static void hists__reset_filter_stats(struct hists *hists) in hists__reset_filter_stats()
1716 void hists__reset_stats(struct hists *hists) in hists__reset_stats()
1724 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1730 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1739 static void hierarchy_recalc_total_periods(struct hists *hists) in hierarchy_recalc_total_periods()
1795 static void hists__hierarchy_output_resort(struct hists *hists, in hists__hierarchy_output_resort()
1895 static void output_resort(struct hists *hists, struct ui_progress *prog, in output_resort()
1970 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
1975 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, in hists__output_resort_cb()
2062 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
2104 static bool hists__filter_entry_by_dso(struct hists *hists, in hists__filter_entry_by_dso()
2116 static bool hists__filter_entry_by_thread(struct hists *hists, in hists__filter_entry_by_thread()
2128 static bool hists__filter_entry_by_symbol(struct hists *hists, in hists__filter_entry_by_symbol()
2141 static bool hists__filter_entry_by_socket(struct hists *hists, in hists__filter_entry_by_socket()
2155 static void hists__filter_by_type(struct hists *hists, int type, filter_fn_t filter) in hists__filter_by_type()
2215 static void hists__filter_hierarchy(struct hists *hists, int type, const void *arg) in hists__filter_hierarchy()
2282 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread()
2292 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso()
2302 void hists__filter_by_symbol(struct hists *hists) in hists__filter_by_symbol()
2312 void hists__filter_by_socket(struct hists *hists) in hists__filter_by_socket()
2333 void hists__inc_nr_events(struct hists *hists) in hists__inc_nr_events()
2338 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples()
2345 static struct hist_entry *hists__add_dummy_entry(struct hists *hists, in hists__add_dummy_entry()
2394 static struct hist_entry *add_dummy_hierarchy_entry(struct hists *hists, in add_dummy_hierarchy_entry()
2441 static struct hist_entry *hists__find_entry(struct hists *hists, in hists__find_entry()
2621 int hists__unlink(struct hists *hists) in hists__unlink()
2686 struct hists *hists = evsel__hists(pos); in evlist__fprintf_nr_events() local
2700 u64 hists__total_period(struct hists *hists) in hists__total_period()
2706 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq) in __hists__scnprintf_title()
2808 int __hists__init(struct hists *hists, struct perf_hpp_list *hpp_list) in __hists__init()
2836 static void hists__delete_all_entries(struct hists *hists) in hists__delete_all_entries()
2846 struct hists *hists = evsel__hists(evsel); in hists_evsel__exit() local
2864 struct hists *hists = evsel__hists(evsel); in hists_evsel__init() local