Home
last modified time | relevance | path

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

/tools/perf/util/
A Dhist.h144 struct hist_entry_iter;
147 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
148 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
149 int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
150 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
151 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
154 struct hist_entry_iter { struct
169 int (*add_entry_cb)(struct hist_entry_iter *iter, argument
367 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
A Dhist.c905 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry()
912 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry()
967 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry()
1077 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry()
1096 iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused, in iter_prepare_normal_entry()
1119 iter_finish_normal_entry(struct hist_entry_iter *iter, in iter_finish_normal_entry()
1137 iter_prepare_cumulative_entry(struct hist_entry_iter *iter, in iter_prepare_cumulative_entry()
1164 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, in iter_add_single_cumulative_entry()
1196 iter_next_cumulative_entry(struct hist_entry_iter *iter, in iter_next_cumulative_entry()
1223 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, in iter_add_next_cumulative_entry()
[all …]
/tools/perf/tests/
A Dhists_filter.c65 struct hist_entry_iter iter = { in add_hist_entries()
A Dhists_cumulate.c89 struct hist_entry_iter iter = { in add_hist_entries()
A Dhists_output.c59 struct hist_entry_iter iter = { in add_hist_entries()
/tools/perf/
A Dbuiltin-annotate.c172 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback()
201 struct hist_entry_iter iter = { in process_branch_callback()
A Dbuiltin-report.c166 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback()
208 static int hist_iter__branch_callback(struct hist_entry_iter *iter, in hist_iter__branch_callback()
276 struct hist_entry_iter iter = { in process_sample_event()
A Dbuiltin-top.c728 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback()
834 struct hist_entry_iter iter = { in perf_event__process_sample()
A Dbuiltin-diff.c401 struct hist_entry_iter iter = { in diff__process_sample_event()

Completed in 27 milliseconds