Home
last modified time | relevance | path

Searched refs:histograms (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h250 * @histograms: Array of addr hit histograms per event being monitored
270 struct sym_hist *histograms; member
326 return ((void *)src->histograms) + (src->sizeof_sym_hist * idx); in annotated_source__histogram()
H A Dannotate.c770 zfree(&src->histograms); in annotated_source__delete()
802 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms()
803 return src->histograms ? 0 : -1; in annotated_source__alloc_histograms()
824 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms()
949 if (notes->src->histograms == NULL) { in symbol__hists()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h251 * @histograms: Array of addr hit histograms per event being monitored
271 struct sym_hist *histograms; member
336 return ((void *)src->histograms) + (src->sizeof_sym_hist * idx); in annotated_source__histogram()
H A Dannotate.c812 zfree(&src->histograms); in annotated_source__delete()
844 src->histograms = calloc(nr_hists, sizeof_sym_hist) ; in annotated_source__alloc_histograms()
845 return src->histograms ? 0 : -1; in annotated_source__alloc_histograms()
866 memset(notes->src->histograms, 0, in symbol__annotate_zero_histograms()
991 if (notes->src->histograms == NULL) { in symbol__hists()

Completed in 12 milliseconds