Home
last modified time | relevance | path

Searched refs:nr_hists (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dannotate.h347 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
Dannotate.c760 size_t size, int nr_hists) in annotated_source__alloc_histograms() argument
781 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() argument
931 nr_hists); in symbol__hists()