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

/linux-master/tools/perf/util/
H A Dhist.h120 struct hist_entry_iter;
123 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
124 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
125 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
126 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
127 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
130 struct hist_entry_iter { struct
144 int (*add_entry_cb)(struct hist_entry_iter *iter,
176 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
H A Dhist.c805 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
812 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
819 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
833 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
867 iter_finish_mem_entry(struct hist_entry_iter *iter,
895 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
912 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused,
919 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
940 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
976 iter_finish_branch_entry(struct hist_entry_iter *ite
[all...]
/linux-master/tools/perf/tests/
H A Dhists_filter.c65 struct hist_entry_iter iter = {
H A Dhists_cumulate.c89 struct hist_entry_iter iter = {
H A Dhists_output.c59 struct hist_entry_iter iter = {
/linux-master/tools/perf/
H A Dbuiltin-annotate.c169 static int hist_iter__branch_callback(struct hist_entry_iter *iter,
198 struct hist_entry_iter iter = {
H A Dbuiltin-report.c163 static int hist_iter__report_callback(struct hist_entry_iter *iter,
205 static int hist_iter__branch_callback(struct hist_entry_iter *iter,
273 struct hist_entry_iter iter = {
H A Dbuiltin-top.c726 static int hist_iter__top_callback(struct hist_entry_iter *iter,
832 struct hist_entry_iter iter = {
H A Dbuiltin-diff.c400 struct hist_entry_iter iter = {

Completed in 158 milliseconds