Searched refs:hist_entry_iter (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | hist.h | 104 struct hist_entry_iter; 107 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 108 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 109 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 110 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 111 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 114 struct hist_entry_iter { struct 128 int (*add_entry_cb)(struct hist_entry_iter *iter, argument 158 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
| D | hist.c | 764 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry() 771 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry() 778 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 792 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 826 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry() 854 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 871 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry() 878 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 896 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() 932 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry() [all …]
|
| /Linux-v5.4/tools/perf/ |
| 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()
|
| D | builtin-report.c | 135 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 177 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 244 struct hist_entry_iter iter = { in process_sample_event()
|
| D | builtin-top.c | 715 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback() 816 struct hist_entry_iter iter = { in perf_event__process_sample()
|
| /Linux-v5.4/tools/perf/tests/ |
| D | hists_filter.c | 63 struct hist_entry_iter iter = { in add_hist_entries()
|
| D | hists_cumulate.c | 88 struct hist_entry_iter iter = { in add_hist_entries()
|
| D | hists_output.c | 58 struct hist_entry_iter iter = { in add_hist_entries()
|