Searched refs:cycles_hist (Results 1 – 4 of 4) sorted by relevance
126 struct cyc_hist *cycles_hist; member
482 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles()483 if (notes->src->cycles_hist == NULL) in symbol__alloc_hist_cycles()496 if (notes->src->cycles_hist) in symbol__annotate_zero_histograms()497 memset(notes->src->cycles_hist, 0, in symbol__annotate_zero_histograms()510 ch = notes->src->cycles_hist; in __symbol__account_cycles()576 if (!notes->src->cycles_hist && cycles) { in symbol__get_annotation()
191 zfree(¬es->src->cycles_hist); in hists__find_annotations()
944 if (!notes->src || !notes->src->cycles_hist) in annotate__compute_ipc()951 ch = ¬es->src->cycles_hist[offset]; in annotate__compute_ipc()