Lines Matching refs:hist_entry_iter

657 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,  in iter_next_nop_entry()
664 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
671 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
685 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
719 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
747 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry()
764 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry()
771 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry()
789 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry()
825 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
835 iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused, in iter_prepare_normal_entry()
842 iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_normal_entry()
858 iter_finish_normal_entry(struct hist_entry_iter *iter, in iter_finish_normal_entry()
876 iter_prepare_cumulative_entry(struct hist_entry_iter *iter, in iter_prepare_cumulative_entry()
899 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, in iter_add_single_cumulative_entry()
931 iter_next_cumulative_entry(struct hist_entry_iter *iter, in iter_next_cumulative_entry()
944 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, in iter_add_next_cumulative_entry()
999 iter_finish_cumulative_entry(struct hist_entry_iter *iter, in iter_finish_cumulative_entry()
1040 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add()