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

/linux-master/tools/perf/util/
H A Dblock-info.c439 int nr_hists = evlist->core.nr_entries, i = 0; local
442 block_reports = calloc(nr_hists, sizeof(struct block_report));
454 *nr_reps = nr_hists;
H A Dannotate.h440 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c899 int nr_hists)
901 src->nr_histograms = nr_hists;
902 src->histograms = calloc(nr_hists, sizeof(*src->histograms));
1059 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) argument
1072 annotated_source__alloc_histograms(notes->src, nr_hists);
898 annotated_source__alloc_histograms(struct annotated_source *src, int nr_hists) argument

Completed in 115 milliseconds