Lines Matching refs:cycles_hist
158 if (notes->branch && notes->branch->cycles_hist) {
159 memset(notes->branch->cycles_hist, 0,
286 if (branch->cycles_hist == NULL) {
287 branch->cycles_hist = calloc(size, sizeof(struct cyc_hist));
288 if (!branch->cycles_hist)
383 ret = __symbol__account_cycles(branch->cycles_hist,
464 zfree(&branch->cycles_hist);
516 if (!notes->branch || !notes->branch->cycles_hist)
528 ch = ¬es->branch->cycles_hist[offset];
566 struct cyc_hist *ch = ¬es->branch->cycles_hist[offset];