Home
last modified time | relevance | path

Searched refs:histograms (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
A Dannotate-data.c1668 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 …]
A Dannotate.h290 struct sym_hist *histograms; member
388 return &src->histograms[evsel->core.idx]; in annotated_source__histogram()
A Dannotate-data.h96 struct type_hist **histograms; member
A Dannotate.c126 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()
/tools/perf/ui/browsers/
A Dannotate-data.c69 h = adt->histograms[evsel->core.idx]; in get_member_overhead()
419 struct type_hist *h = adt->histograms[evsel->core.idx]; in browser__write()
A Dhists.c2562 if (he == NULL || he->mem_type == NULL || he->mem_type->histograms == NULL) in add_annotate_type_opt()
/tools/perf/
A Dbuiltin-annotate.c454 if (he->mem_type->histograms == NULL) in hists__find_annotations()
/tools/perf/Documentation/
A Dperf-report.txt401 address to build the histograms. To generate meaningful output, the
451 to build the histograms. To generate meaningful output, the perf.data

Completed in 26 milliseconds