Searched refs:histograms (Results 1 – 8 of 8) sorted by relevance
1668 adt->histograms = calloc(nr_entries, sizeof(*adt->histograms)); in alloc_data_type_histograms()1669 if (adt->histograms == NULL) in alloc_data_type_histograms()1677 adt->histograms[i] = zalloc(sz); in alloc_data_type_histograms()1678 if (adt->histograms[i] == NULL) in alloc_data_type_histograms()1687 zfree(&(adt->histograms[i])); in alloc_data_type_histograms()1688 zfree(&adt->histograms); in alloc_data_type_histograms()1695 zfree(&(adt->histograms[i])); in delete_data_type_histograms()1697 zfree(&adt->histograms); in delete_data_type_histograms()1738 if (adt->histograms == NULL) { in annotated_data_type__update_samples()1748 h = adt->histograms[evsel->core.idx]; in annotated_data_type__update_samples()[all …]
290 struct sym_hist *histograms; member388 return &src->histograms[evsel->core.idx]; in annotated_source__histogram()
96 struct type_hist **histograms; member
126 zfree(&src->histograms); in annotated_source__delete()134 src->histograms = calloc(nr_hists, sizeof(*src->histograms)); in annotated_source__alloc_histograms()136 if (src->histograms == NULL) in annotated_source__alloc_histograms()141 zfree(&src->histograms); in annotated_source__alloc_histograms()143 return src->histograms ? 0 : -1; in annotated_source__alloc_histograms()152 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms()153 notes->src->nr_histograms * sizeof(*notes->src->histograms)); in symbol__annotate_zero_histograms()310 if (notes->src->histograms == NULL) { in symbol__hists()1421 memset(h, 0, sizeof(*notes->src->histograms) * notes->src->nr_histograms); in symbol__annotate_zero_histogram()
69 h = adt->histograms[evsel->core.idx]; in get_member_overhead()419 struct type_hist *h = adt->histograms[evsel->core.idx]; in browser__write()
2562 if (he == NULL || he->mem_type == NULL || he->mem_type->histograms == NULL) in add_annotate_type_opt()
454 if (he->mem_type->histograms == NULL) in hists__find_annotations()
401 address to build the histograms. To generate meaningful output, the451 to build the histograms. To generate meaningful output, the perf.data
Completed in 26 milliseconds