Home
last modified time | relevance | path

Searched refs:cycles_hist (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.c156 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 = &notes->branch->cycles_hist[offset]; in annotation__compute_ipc()
564 struct cyc_hist *ch = &notes->branch->cycles_hist[offset]; in annotation__compute_ipc()
H A Dblock-info.c145 if (!notes || !notes->branch || !notes->branch->cycles_hist) in block_info__process_sym()
147 ch = notes->branch->cycles_hist; in block_info__process_sym()
H A Dannotate.h352 struct cyc_hist *cycles_hist; member
/linux/tools/perf/
H A Dbuiltin-diff.c97 static bool cycles_hist; variable
630 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()