Searched refs:nr_hists (Results 1 – 2 of 2) sorted by relevance
347 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
760 size_t size, int nr_hists) in annotated_source__alloc_histograms() argument781 if (sizeof_sym_hist > SIZE_MAX / nr_hists) in annotated_source__alloc_histograms()785 src->nr_histograms = nr_hists; in annotated_source__alloc_histograms()786 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms()917 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() argument931 nr_hists); in symbol__hists()