Lines Matching refs:hist_entry_iter
478 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry()
485 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
492 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
506 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
537 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
565 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry()
582 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry()
592 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry()
610 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry()
642 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
652 iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused, in iter_prepare_normal_entry()
659 iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_normal_entry()
676 iter_finish_normal_entry(struct hist_entry_iter *iter, in iter_finish_normal_entry()
694 iter_prepare_cumulative_entry(struct hist_entry_iter *iter __maybe_unused, in iter_prepare_cumulative_entry()
717 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, in iter_add_single_cumulative_entry()
750 iter_next_cumulative_entry(struct hist_entry_iter *iter, in iter_next_cumulative_entry()
763 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, in iter_add_next_cumulative_entry()
815 iter_finish_cumulative_entry(struct hist_entry_iter *iter, in iter_finish_cumulative_entry()
856 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add()