Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A 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,
A Dhist.c792 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry()
799 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
854 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
961 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
971 iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused, in iter_prepare_normal_entry()
994 iter_finish_normal_entry(struct hist_entry_iter *iter, in iter_finish_normal_entry()
1012 iter_prepare_cumulative_entry(struct hist_entry_iter *iter, in iter_prepare_cumulative_entry()
1035 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, in iter_add_single_cumulative_entry()
1067 iter_next_cumulative_entry(struct hist_entry_iter *iter, in iter_next_cumulative_entry()
1094 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, in iter_add_next_cumulative_entry()
[all …]
/linux/tools/perf/
A 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()
A 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()
A 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()
A Dbuiltin-diff.c400 struct hist_entry_iter iter = { in diff__process_sample_event()
/linux/tools/perf/tests/
A Dhists_filter.c63 struct hist_entry_iter iter = { in add_hist_entries()
A Dhists_cumulate.c88 struct hist_entry_iter iter = { in add_hist_entries()
A Dhists_output.c58 struct hist_entry_iter iter = { in add_hist_entries()

Completed in 25 milliseconds