Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.c859 if (notes->branch && notes->branch->cycles_hist) { in symbol__annotate_zero_histograms()
860 memset(notes->branch->cycles_hist, 0, in symbol__annotate_zero_histograms()
972 if (branch->cycles_hist == NULL) { in symbol__cycles_hist()
975 branch->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__cycles_hist()
978 return branch->cycles_hist; in symbol__cycles_hist()
1017 struct cyc_hist *cycles_hist; in symbol__account_cycles() local
1022 cycles_hist = symbol__cycles_hist(sym); in symbol__account_cycles()
1023 if (cycles_hist == NULL) in symbol__account_cycles()
1035 return __symbol__account_cycles(cycles_hist, in symbol__account_cycles()
1090 zfree(&branch->cycles_hist); in annotated_branch__delete()
[all …]
H A Dblock-info.c132 if (!notes || !notes->branch || !notes->branch->cycles_hist) in block_info__process_sym()
134 ch = notes->branch->cycles_hist; in block_info__process_sym()
H A Dannotate.h286 struct cyc_hist *cycles_hist; member
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c96 static bool cycles_hist; variable
643 if (!cycles_hist) in compute_cycles_diff()
1276 OPT_BOOLEAN(0, "cycles-hist", &cycles_hist,
1812 if (cycles_hist && i) in ui_init()
1969 if (cycles_hist && (compute != COMPUTE_CYCLES)) in cmd_diff()