nr_hists          760 tools/perf/util/annotate.c 					      size_t size, int nr_hists)
nr_hists          781 tools/perf/util/annotate.c 	if (sizeof_sym_hist > SIZE_MAX / nr_hists)
nr_hists          785 tools/perf/util/annotate.c 	src->nr_histograms   = nr_hists;
nr_hists          786 tools/perf/util/annotate.c 	src->histograms	     = calloc(nr_hists, sizeof_sym_hist) ;
nr_hists          917 tools/perf/util/annotate.c struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists)
nr_hists          931 tools/perf/util/annotate.c 						   nr_hists);
nr_hists          347 tools/perf/util/annotate.h struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);