Searched refs:nr_hists (Results 1 – 3 of 3) sorted by relevance
475 int nr_hists = evlist->core.nr_entries, i = 0; in block_info__create_report() local478 block_reports = calloc(nr_hists, sizeof(struct block_report)); in block_info__create_report()490 *nr_reps = nr_hists; in block_info__create_report()
416 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
129 int nr_hists) in annotated_source__alloc_histograms() argument 131 src->nr_histograms = nr_hists; in annotated_source__alloc_histograms() 132 src->histograms = calloc(nr_hists, sizeof(*src->histograms)); in annotated_source__alloc_histograms() 297 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() argument 310 annotated_source__alloc_histograms(notes->src, nr_hists); in symbol__hists()