Searched refs:hist_entry_iter (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/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, argument 173 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
H A D | hist.c | 811 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry() 818 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry() 825 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 839 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 873 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry() 901 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 918 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry() 925 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 946 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() 982 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 161 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 190 struct hist_entry_iter iter = { in process_branch_callback()
|
H A D | builtin-report.c | 161 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 203 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback() 271 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() 832 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()
|
/openbmc/linux/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()
|