Searched refs:hist_entry_iter (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | hist.h | 73 struct hist_entry_iter; 76 int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *); 77 int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *); 78 int (*next_entry)(struct hist_entry_iter *, struct addr_location *); 79 int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *); 80 int (*finish_entry)(struct hist_entry_iter *, struct addr_location *); 83 struct hist_entry_iter { struct 97 int (*add_entry_cb)(struct hist_entry_iter *iter, argument 113 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
D | hist.c | 478 iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_next_nop_entry() 485 iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_next_nop_entry() 492 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() 506 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() 537 iter_finish_mem_entry(struct hist_entry_iter *iter, in iter_finish_mem_entry() 565 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_branch_entry() 582 iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused, in iter_add_single_branch_entry() 592 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_next_branch_entry() 610 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_next_branch_entry() 642 iter_finish_branch_entry(struct hist_entry_iter *iter, in iter_finish_branch_entry() [all …]
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_filter.c | 65 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.1.27/tools/perf/ |
D | builtin-report.c | 89 static int hist_iter__report_callback(struct hist_entry_iter *iter, in hist_iter__report_callback() 139 struct hist_entry_iter iter = { in process_sample_event()
|
D | builtin-top.c | 673 static int hist_iter__top_callback(struct hist_entry_iter *iter, in hist_iter__top_callback() 777 struct hist_entry_iter iter = { in perf_event__process_sample()
|