add_next_entry   1119 tools/perf/util/hist.c 	.add_next_entry 	= iter_add_next_nop_entry,
add_next_entry   1127 tools/perf/util/hist.c 	.add_next_entry 	= iter_add_next_branch_entry,
add_next_entry   1135 tools/perf/util/hist.c 	.add_next_entry 	= iter_add_next_nop_entry,
add_next_entry   1143 tools/perf/util/hist.c 	.add_next_entry 	= iter_add_next_cumulative_entry,
add_next_entry   1178 tools/perf/util/hist.c 		err = iter->ops->add_next_entry(iter, al);
add_next_entry    110 tools/perf/util/hist.h 	int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);