Searched refs:hist_entry_iter (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | hist.h | 79 struct hist_entry_iter; 82 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 83 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 84 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 85 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 86 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 89 struct hist_entry_iter { struct 104 int (*add_entry_cb)(struct hist_entry_iter *iter, argument 120 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
D | hist.c | 494 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry() 501 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry() 508 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 522 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 553 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry() 581 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 598 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry() 608 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 626 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() 659 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry() [all …]
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_filter.c | 66 struct hist_entry_iter iter = { in add_hist_entries()
|
D | hists_cumulate.c | 89 struct hist_entry_iter iter = { in add_hist_entries()
|
D | hists_output.c | 59 struct hist_entry_iter iter = { in add_hist_entries()
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 93 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 146 struct hist_entry_iter iter = { in process_sample_event()
|
D | builtin-top.c | 682 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback() 788 struct hist_entry_iter iter = { in perf_event__process_sample()
|