Lines Matching defs:hists
49 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
54 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
59 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
68 void hists__reset_col_len(struct hists *hists) in hists__reset_col_len()
76 static void hists__set_unres_dso_col_len(struct hists *hists, int dso) in hists__set_unres_dso_col_len()
86 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
263 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len()
339 static int hists__update_mem_stat(struct hists *hists, struct hist_entry *he, in hists__update_mem_stat()
362 static void hists__add_mem_stat(struct hists *hists, struct hist_entry *dst, in hists__add_mem_stat()
374 static int hists__clone_mem_stat(struct hists *hists, struct hist_entry *dst, in hists__clone_mem_stat()
391 static void hists__decay_mem_stat(struct hists *hists, struct hist_entry *he) in hists__decay_mem_stat()
404 static bool hists__decay_entry(struct hists *hists, struct hist_entry *he) in hists__decay_entry()
445 static void hists__delete_entry(struct hists *hists, struct hist_entry *he) in hists__delete_entry()
471 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries()
487 void hists__delete_entries(struct hists *hists) in hists__delete_entries()
500 struct hist_entry *hists__get_entry(struct hists *hists, int idx) in hists__get_entry()
681 static struct hist_entry *hists__findnew_entry(struct hists *hists, in hists__findnew_entry()
794 __hists__add_entry(struct hists *hists, in __hists__add_entry()
860 struct hist_entry *hists__add_entry(struct hists *hists, in hists__add_entry()
873 struct hist_entry *hists__add_entry_ops(struct hists *hists, in hists__add_entry_ops()
887 struct hist_entry *hists__add_entry_block(struct hists *hists, in hists__add_entry_block()
937 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry() local
971 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry() local
1039 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry() local
1081 struct hists *hists = evsel__hists(evsel); in iter_finish_branch_entry() local
1168 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry() local
1391 struct hists *hists = left->hists; in hist_entry__cmp_impl() local
1625 static struct hist_entry *hierarchy_insert_entry(struct hists *hists, in hierarchy_insert_entry()
1696 static int hists__hierarchy_insert_entry(struct hists *hists, in hists__hierarchy_insert_entry()
1748 static int hists__collapse_insert_entry(struct hists *hists, in hists__collapse_insert_entry()
1804 struct rb_root_cached *hists__get_rotate_entries_in(struct hists *hists) in hists__get_rotate_entries_in()
1819 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
1828 int hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort()
1869 static void hists__reset_filter_stats(struct hists *hists) in hists__reset_filter_stats()
1876 void hists__reset_stats(struct hists *hists) in hists__reset_stats()
1885 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1892 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1902 static void hierarchy_recalc_total_periods(struct hists *hists) in hierarchy_recalc_total_periods()
1963 static void hists__hierarchy_output_resort(struct hists *hists, in hists__hierarchy_output_resort()
2063 static void output_resort(struct hists *hists, struct ui_progress *prog, in output_resort()
2138 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
2143 void hists__output_resort_cb(struct hists *hists, struct ui_progress *prog, in hists__output_resort_cb()
2230 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
2272 static bool hists__filter_entry_by_dso(struct hists *hists, in hists__filter_entry_by_dso()
2284 static bool hists__filter_entry_by_thread(struct hists *hists, in hists__filter_entry_by_thread()
2296 static bool hists__filter_entry_by_symbol(struct hists *hists, in hists__filter_entry_by_symbol()
2309 static bool hists__filter_entry_by_socket(struct hists *hists, in hists__filter_entry_by_socket()
2321 static bool hists__filter_entry_by_parallelism(struct hists *hists, in hists__filter_entry_by_parallelism()
2333 static void hists__filter_by_type(struct hists *hists, int type, filter_fn_t filter) in hists__filter_by_type()
2393 static void hists__filter_hierarchy(struct hists *hists, int type, const void *arg) in hists__filter_hierarchy()
2460 void hists__filter_by_thread(struct hists *hists) in hists__filter_by_thread()
2470 void hists__filter_by_dso(struct hists *hists) in hists__filter_by_dso()
2480 void hists__filter_by_symbol(struct hists *hists) in hists__filter_by_symbol()
2490 void hists__filter_by_socket(struct hists *hists) in hists__filter_by_socket()
2500 void hists__filter_by_parallelism(struct hists *hists) in hists__filter_by_parallelism()
2521 void hists__inc_nr_events(struct hists *hists) in hists__inc_nr_events()
2526 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples()
2533 void hists__inc_nr_lost_samples(struct hists *hists, u32 lost) in hists__inc_nr_lost_samples()
2538 void hists__inc_nr_dropped_samples(struct hists *hists, u32 lost) in hists__inc_nr_dropped_samples()
2543 static struct hist_entry *hists__add_dummy_entry(struct hists *hists, in hists__add_dummy_entry()
2592 static struct hist_entry *add_dummy_hierarchy_entry(struct hists *hists, in add_dummy_hierarchy_entry()
2633 static struct hist_entry *hists__find_entry(struct hists *hists, in hists__find_entry()
2807 int hists__unlink(struct hists *hists) in hists__unlink()
2874 struct hists *hists = evsel__hists(pos); in evlist__fprintf_nr_events() local
2899 u64 hists__total_period(struct hists *hists) in hists__total_period()
2905 u64 hists__total_latency(struct hists *hists) in hists__total_latency()
2911 int __hists__scnprintf_title(struct hists *hists, char *bf, size_t size, bool show_freq) in __hists__scnprintf_title()
3013 int __hists__init(struct hists *hists, struct perf_hpp_list *hpp_list) in __hists__init()
3042 static void hists__delete_all_entries(struct hists *hists) in hists__delete_all_entries()
3052 struct hists *hists = evsel__hists(evsel); in hists_evsel__exit() local
3072 struct hists *hists = evsel__hists(evsel); in hists_evsel__init() local