Home
last modified time | relevance | path

Searched refs:nr_histograms (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dannotate-data.h96 int nr_histograms; member
H A Dannotate.h304 int nr_histograms; member
H A Dannotate-data.c1768 adt->nr_histograms = nr_entries; in annotated_data_type__tree_delete()
1780 for (int i = 0; i < adt->nr_histograms; i++) in annotated_data_type__tree_delete()
1784 adt->nr_histograms = 0;
H A Dannotate.c133 src->nr_histograms = nr_hists; in annotated_source__alloc_histograms()
155 notes->src->nr_histograms * sizeof(*notes->src->histograms)); in symbol__annotate_zero_histograms()
1433 memset(h, 0, sizeof(*notes->src->histograms) * notes->src->nr_histograms); in symbol__annotate_zero_histogram()