Lines Matching refs:hist_entry_iter

792 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,  in iter_next_nop_entry()
799 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
806 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
820 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
854 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
882 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry()
899 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry()
906 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry()
925 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry()
961 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
971 iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused, in iter_prepare_normal_entry()
978 iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_normal_entry()
994 iter_finish_normal_entry(struct hist_entry_iter *iter, in iter_finish_normal_entry()
1012 iter_prepare_cumulative_entry(struct hist_entry_iter *iter, in iter_prepare_cumulative_entry()
1035 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, in iter_add_single_cumulative_entry()
1067 iter_next_cumulative_entry(struct hist_entry_iter *iter, in iter_next_cumulative_entry()
1094 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, in iter_add_next_cumulative_entry()
1159 iter_finish_cumulative_entry(struct hist_entry_iter *iter, in iter_finish_cumulative_entry()
1200 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add()