Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dblock-info.c439 int nr_hists = evlist->core.nr_entries, i = 0; in block_info__create_report() local
442 block_reports = calloc(nr_hists, sizeof(struct block_report)); in block_info__create_report()
454 *nr_reps = nr_hists; in block_info__create_report()
H A Dannotate.h366 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c820 size_t size, int nr_hists) in annotated_source__alloc_histograms() argument
841 if (sizeof_sym_hist > SIZE_MAX / nr_hists) in annotated_source__alloc_histograms()
845 src->nr_histograms = nr_hists; in annotated_source__alloc_histograms()
846 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms()
981 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() argument
995 nr_hists); in symbol__hists()