Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dannotate.c755 zfree(&src->cycles_hist); in annotated_source__delete()
796 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles()
797 if (notes->src->cycles_hist == NULL) in symbol__alloc_hist_cycles()
810 if (notes->src->cycles_hist) in symbol__annotate_zero_histograms()
811 memset(notes->src->cycles_hist, 0, in symbol__annotate_zero_histograms()
909 if (!notes->src->cycles_hist) { in symbol__cycles_hist()
914 return notes->src->cycles_hist; in symbol__cycles_hist()
953 struct cyc_hist *cycles_hist; in symbol__account_cycles() local
958 cycles_hist = symbol__cycles_hist(sym); in symbol__account_cycles()
959 if (cycles_hist == NULL) in symbol__account_cycles()
[all …]
Dannotate.h266 struct cyc_hist *cycles_hist; member
/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c384 zfree(&notes->src->cycles_hist); in hists__find_annotations()
Dbuiltin-diff.c625 if (!notes || !notes->src || !notes->src->cycles_hist) in process_block_per_sym()
631 ch = notes->src->cycles_hist; in process_block_per_sym()