add_single_entry 1117 tools/perf/util/hist.c 	.add_single_entry 	= iter_add_single_mem_entry,
add_single_entry 1125 tools/perf/util/hist.c 	.add_single_entry 	= iter_add_single_branch_entry,
add_single_entry 1133 tools/perf/util/hist.c 	.add_single_entry 	= iter_add_single_normal_entry,
add_single_entry 1141 tools/perf/util/hist.c 	.add_single_entry 	= iter_add_single_cumulative_entry,
add_single_entry 1167 tools/perf/util/hist.c 	err = iter->ops->add_single_entry(iter, al);
add_single_entry  108 tools/perf/util/hist.h 	int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);