Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dblock-info.c475 int nr_hists = evlist->core.nr_entries, i = 0; in block_info__create_report() local
478 block_reports = calloc(nr_hists, sizeof(struct block_report)); in block_info__create_report()
490 *nr_reps = nr_hists; in block_info__create_report()
H A Dannotate.h416 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c129 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()