Lines Matching refs:hist_entry
13 struct hist_entry *he);
15 struct hist_entry *he);
17 struct hist_entry *he);
19 struct hist_entry *he);
58 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
185 struct hist_entry *n; in hists__output_recalc_col_len()
191 n = rb_entry(next, struct hist_entry, rb_node); 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()
284 struct hist_entry *n; in hists__decay_entries()
287 n = rb_entry(next, struct hist_entry, rb_node); in hists__decay_entries()
300 struct hist_entry *n; in hists__delete_entries()
303 n = rb_entry(next, struct hist_entry, rb_node); in hists__delete_entries()
314 static struct hist_entry *hist_entry__new(struct hist_entry *template, in hist_entry__new()
318 struct hist_entry *he; in hist_entry__new()
384 static struct hist_entry *hists__findnew_entry(struct hists *hists, in hists__findnew_entry()
385 struct hist_entry *entry, in hists__findnew_entry()
391 struct hist_entry *he; in hists__findnew_entry()
400 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__findnew_entry()
457 struct hist_entry *__hists__add_entry(struct hists *hists, in __hists__add_entry()
465 struct hist_entry entry = { in __hists__add_entry()
527 struct hist_entry *he; in iter_add_single_mem_entry()
558 struct hist_entry *he = iter->he; in iter_finish_mem_entry()
631 struct hist_entry *he = NULL; in iter_add_next_branch_entry()
680 struct hist_entry *he; in iter_add_single_normal_entry()
696 struct hist_entry *he = iter->he; in iter_finish_normal_entry()
714 struct hist_entry **he_cache; in iter_prepare_cumulative_entry()
740 struct hist_entry **he_cache = iter->priv; in iter_add_single_cumulative_entry()
741 struct hist_entry *he; in iter_add_single_cumulative_entry()
785 struct hist_entry **he_cache = iter->priv; in iter_add_next_cumulative_entry()
786 struct hist_entry *he; in iter_add_next_cumulative_entry()
787 struct hist_entry he_tmp = { in iter_add_next_cumulative_entry()
921 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp()
939 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse()
956 void hist_entry__delete(struct hist_entry *he) in hist_entry__delete()
987 struct hist_entry *he) in hists__collapse_insert_entry()
991 struct hist_entry *iter; in hists__collapse_insert_entry()
996 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hists__collapse_insert_entry()
1042 static void hists__apply_filters(struct hists *hists, struct hist_entry *he) in hists__apply_filters()
1054 struct hist_entry *n; in hists__collapse_resort()
1068 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__collapse_resort()
1085 static int hist_entry__sort(struct hist_entry *a, struct hist_entry *b) in hist_entry__sort()
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()
1132 struct hist_entry *he, in __hists__insert_output_entry()
1138 struct hist_entry *iter; in __hists__insert_output_entry()
1146 iter = rb_entry(parent, struct hist_entry, rb_node); in __hists__insert_output_entry()
1162 struct hist_entry *n; in hists__output_resort()
1186 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__output_resort()
1200 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1220 struct hist_entry *he) in hists__filter_entry_by_dso()
1241 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_dso()
1254 struct hist_entry *he) in hists__filter_entry_by_thread()
1275 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_thread()
1285 struct hist_entry *he) in hists__filter_entry_by_symbol()
1307 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_symbol()
1317 struct hist_entry *he) in hists__filter_entry_by_socket()
1338 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_socket()
1365 static struct hist_entry *hists__add_dummy_entry(struct hists *hists, in hists__add_dummy_entry()
1366 struct hist_entry *pair) in hists__add_dummy_entry()
1371 struct hist_entry *he; in hists__add_dummy_entry()
1383 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__add_dummy_entry()
1409 static struct hist_entry *hists__find_entry(struct hists *hists, in hists__find_entry()
1410 struct hist_entry *he) in hists__find_entry()
1420 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_entry()
1441 struct hist_entry *pos, *pair; in hists__match()
1449 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
1466 struct hist_entry *pos, *pair; in hists__link()
1474 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()