add_entry_cb      187 tools/perf/builtin-annotate.c 		.add_entry_cb	= hist_iter__branch_callback,
add_entry_cb      247 tools/perf/builtin-report.c 		.add_entry_cb 		= hist_iter__report_callback,
add_entry_cb      279 tools/perf/builtin-report.c 		iter.add_entry_cb = hist_iter__branch_callback;
add_entry_cb      819 tools/perf/builtin-top.c 			.add_entry_cb 	= hist_iter__top_callback,
add_entry_cb     1171 tools/perf/util/hist.c 	if (iter->he && iter->add_entry_cb) {
add_entry_cb     1172 tools/perf/util/hist.c 		err = iter->add_entry_cb(iter, al, true, arg);
add_entry_cb     1182 tools/perf/util/hist.c 		if (iter->he && iter->add_entry_cb) {
add_entry_cb     1183 tools/perf/util/hist.c 			err = iter->add_entry_cb(iter, al, false, arg);
add_entry_cb      128 tools/perf/util/hist.h 	int (*add_entry_cb)(struct hist_entry_iter *iter,