sizeof_sym_hist   762 tools/perf/util/annotate.c 	size_t sizeof_sym_hist;
sizeof_sym_hist   778 tools/perf/util/annotate.c 	sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry));
sizeof_sym_hist   781 tools/perf/util/annotate.c 	if (sizeof_sym_hist > SIZE_MAX / nr_hists)
sizeof_sym_hist   784 tools/perf/util/annotate.c 	src->sizeof_sym_hist = sizeof_sym_hist;
sizeof_sym_hist   786 tools/perf/util/annotate.c 	src->histograms	     = calloc(nr_hists, sizeof_sym_hist) ;
sizeof_sym_hist   809 tools/perf/util/annotate.c 		       notes->src->nr_histograms * notes->src->sizeof_sym_hist);
sizeof_sym_hist  2468 tools/perf/util/annotate.c 	memset(h, 0, notes->src->sizeof_sym_hist);
sizeof_sym_hist   265 tools/perf/util/annotate.h 	size_t		   sizeof_sym_hist;
sizeof_sym_hist   324 tools/perf/util/annotate.h 	return ((void *)src->histograms) + (src->sizeof_sym_hist * idx);