Searched refs:cycles_hist (Results 1 – 4 of 4) sorted by relevance
156 if (notes->branch && notes->branch->cycles_hist) { in symbol__annotate_zero_histograms()157 memset(notes->branch->cycles_hist, 0, in symbol__annotate_zero_histograms()284 if (branch->cycles_hist == NULL) { in symbol__find_branch_hist()285 branch->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__find_branch_hist()286 if (!branch->cycles_hist) in symbol__find_branch_hist()381 ret = __symbol__account_cycles(branch->cycles_hist, in symbol__account_cycles()462 zfree(&branch->cycles_hist); in annotated_branch__delete()514 if (!notes->branch || !notes->branch->cycles_hist) in annotation__compute_ipc()526 ch = ¬es->branch->cycles_hist[offset]; in annotation__compute_ipc()564 struct cyc_hist *ch = ¬es->branch->cycles_hist[offset]; in annotation__compute_ipc()
145 if (!notes || !notes->branch || !notes->branch->cycles_hist) in block_info__process_sym()147 ch = notes->branch->cycles_hist; in block_info__process_sym()
352 struct cyc_hist *cycles_hist; member
97 static bool cycles_hist; variable630 if (!cycles_hist) in compute_cycles_diff()1263 OPT_BOOLEAN(0, "cycles-hist", &cycles_hist,1799 if (cycles_hist && i) in ui_init()1968 if (cycles_hist && (compute != COMPUTE_CYCLES)) in cmd_diff()