Searched refs:hist_entry_iter (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 97 struct hist_entry_iter; 100 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 101 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 102 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 103 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 104 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 107 struct hist_entry_iter { struct 121 int (*add_entry_cb)(struct hist_entry_iter *iter, argument 147 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
D | hist.c | 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() [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-annotate.c | 150 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 181 struct hist_entry_iter iter = { in process_branch_callback()
|
D | builtin-report.c | 120 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 165 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 236 struct hist_entry_iter iter = { in process_sample_event()
|
D | builtin-top.c | 679 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback() 780 struct hist_entry_iter iter = { in perf_event__process_sample()
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_filter.c | 64 struct hist_entry_iter iter = { in add_hist_entries()
|
D | hists_cumulate.c | 87 struct hist_entry_iter iter = { in add_hist_entries()
|
D | hists_output.c | 57 struct hist_entry_iter iter = { in add_hist_entries()
|