histograms        754 tools/perf/util/annotate.c 	zfree(&src->histograms);
histograms        786 tools/perf/util/annotate.c 	src->histograms	     = calloc(nr_hists, sizeof_sym_hist) ;
histograms        787 tools/perf/util/annotate.c 	return src->histograms ? 0 : -1;
histograms        808 tools/perf/util/annotate.c 		memset(notes->src->histograms, 0,
histograms        928 tools/perf/util/annotate.c 	if (notes->src->histograms == NULL) {
histograms        267 tools/perf/util/annotate.h 	struct sym_hist	   *histograms;
histograms        324 tools/perf/util/annotate.h 	return ((void *)src->histograms) + (src->sizeof_sym_hist * idx);