/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 105 struct hist_entry_iter; 108 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 109 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 110 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 111 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 112 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 115 struct hist_entry_iter { struct 129 int (*add_entry_cb)(struct hist_entry_iter *iter, 159 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
H A D | hist.c | 786 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry() 793 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry() 800 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 814 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 848 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry() 876 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 893 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry() 900 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 919 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() 955 iter_finish_branch_entry(struct hist_entry_iter *ite [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 117 struct hist_entry_iter; 120 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 121 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 122 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 123 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 124 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 127 struct hist_entry_iter { struct 141 int (*add_entry_cb)(struct hist_entry_iter *iter, 173 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
H A D | hist.c | 806 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry() 813 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry() 820 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 834 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 868 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry() 896 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 913 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry() 920 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 941 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() 977 iter_finish_branch_entry(struct hist_entry_iter *ite [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 155 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 184 struct hist_entry_iter iter = { in process_branch_callback()
|
H A D | builtin-report.c | 140 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 182 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 248 struct hist_entry_iter iter = { in process_sample_event()
|
H A D | builtin-top.c | 726 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback() 831 struct hist_entry_iter iter = { in perf_event__process_sample()
|
H A D | builtin-diff.c | 400 struct hist_entry_iter iter = { in diff__process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 162 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 191 struct hist_entry_iter iter = { in process_branch_callback()
|
H A D | builtin-report.c | 162 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 204 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 272 struct hist_entry_iter iter = { in process_sample_event()
|
H A D | builtin-top.c | 727 static int hist_iter__top_callback(struct hist_entry_iter *iter, 833 struct hist_entry_iter iter = { in perf_event__process_sample()
|
H A D | builtin-diff.c | 400 struct hist_entry_iter iter = { in diff__process_sample_event()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_filter.c | 63 struct hist_entry_iter iter = { in add_hist_entries()
|
H A D | hists_cumulate.c | 88 struct hist_entry_iter iter = { in add_hist_entries()
|
H A D | hists_output.c | 58 struct hist_entry_iter iter = { in add_hist_entries()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_filter.c | 65 struct hist_entry_iter iter = { in add_hist_entries()
|
H A D | hists_cumulate.c | 89 struct hist_entry_iter iter = { in add_hist_entries()
|
H A D | hists_output.c | 59 struct hist_entry_iter iter = { in add_hist_entries()
|