Home
last modified time | relevance | path

Searched refs:hist_entry_iter (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/tools/perf/util/
Dhist.h115 struct hist_entry_iter;
118 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
119 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
120 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
121 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
122 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
125 struct hist_entry_iter { struct
139 int (*add_entry_cb)(struct hist_entry_iter *iter, argument
169 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
Dhist.c797 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry()
804 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
811 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
825 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
859 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
887 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry()
904 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry()
911 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry()
930 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry()
966 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
[all …]
/Linux-v6.1/tools/perf/
Dbuiltin-annotate.c162 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()
Dbuiltin-report.c153 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback()
195 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback()
263 struct hist_entry_iter iter = { in process_sample_event()
Dbuiltin-top.c725 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback()
829 struct hist_entry_iter iter = { in perf_event__process_sample()
Dbuiltin-diff.c400 struct hist_entry_iter iter = { in diff__process_sample_event()
/Linux-v6.1/tools/perf/tests/
Dhists_filter.c63 struct hist_entry_iter iter = { in add_hist_entries()
Dhists_cumulate.c88 struct hist_entry_iter iter = { in add_hist_entries()
Dhists_output.c58 struct hist_entry_iter iter = { in add_hist_entries()