Searched refs:cycles_hist (Results 1 – 4 of 4) sorted by relevance
158 if (notes->branch && notes->branch->cycles_hist) { in symbol__annotate_zero_histograms() 159 memset(notes->branch->cycles_hist, 0, in symbol__annotate_zero_histograms() 286 if (branch->cycles_hist == NULL) { in symbol__find_branch_hist() 287 branch->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__find_branch_hist() 288 if (!branch->cycles_hist) in symbol__find_branch_hist() 383 ret = __symbol__account_cycles(branch->cycles_hist, in symbol__account_cycles() 464 zfree(&branch->cycles_hist); in annotated_branch__delete() 516 if (!notes->branch || !notes->branch->cycles_hist) in annotation__compute_ipc() 528 ch = ¬es->branch->cycles_hist[offset]; in annotation__compute_ipc() 566 struct cyc_hist *ch = ¬es->branch->cycles_hist[offse in annotation__compute_ipc() [all...]
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; variable 628 if (!cycles_hist) in compute_cycles_diff() 1261 OPT_BOOLEAN(0, "cycles-hist", &cycles_hist,1796 if (cycles_hist && i) in ui_init() 1965 if (cycles_hist && (compute != COMPUTE_CYCLES)) in cmd_diff()