Home
last modified time | relevance | path

Searched refs:nr_hists (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.h349 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c776 size_t size, int nr_hists) in annotated_source__alloc_histograms()
797 if (sizeof_sym_hist > SIZE_MAX / nr_hists) in annotated_source__alloc_histograms()
801 src->nr_histograms = nr_hists; in annotated_source__alloc_histograms()
802 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms()
938 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() argument
952 nr_hists); in symbol__hists()
775 annotated_source__alloc_histograms(struct annotated_source *src, size_t size, int nr_hists) annotated_source__alloc_histograms() argument
/kernel/linux/linux-6.6/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.h359 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c818 size_t size, int nr_hists) in annotated_source__alloc_histograms()
839 if (sizeof_sym_hist > SIZE_MAX / nr_hists) in annotated_source__alloc_histograms()
843 src->nr_histograms = nr_hists; in annotated_source__alloc_histograms()
844 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms()
980 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() argument
994 nr_hists); in symbol__hists()
817 annotated_source__alloc_histograms(struct annotated_source *src, size_t size, int nr_hists) annotated_source__alloc_histograms() argument

Completed in 13 milliseconds