Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dhist.h111 struct hist_entry_iter;
114 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
115 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
116 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
117 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
118 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
121 struct hist_entry_iter { struct
135 int (*add_entry_cb)(struct hist_entry_iter *iter, argument
165 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
Dhist.c803 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry()
810 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
817 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry()
831 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry()
865 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
893 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry()
910 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry()
917 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry()
936 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry()
972 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
[all …]
/Linux-v5.15/tools/perf/
Dbuiltin-annotate.c155 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()
Dbuiltin-report.c147 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback()
189 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback()
257 struct hist_entry_iter iter = { in process_sample_event()
Dbuiltin-top.c724 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-v5.15/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()