Home
last modified time | relevance | path

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

/tools/perf/util/
Dannotate.h127 struct cyc_hist *cycles_hist; member
Dannotate.c527 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles()
528 if (notes->src->cycles_hist == NULL) in symbol__alloc_hist_cycles()
541 if (notes->src->cycles_hist) in symbol__annotate_zero_histograms()
542 memset(notes->src->cycles_hist, 0, in symbol__annotate_zero_histograms()
555 ch = notes->src->cycles_hist; in __symbol__account_cycles()
622 if (!notes->src->cycles_hist && cycles) { in symbol__get_annotation()
/tools/perf/
Dbuiltin-annotate.c298 zfree(&notes->src->cycles_hist); in hists__find_annotations()
/tools/perf/ui/browsers/
Dannotate.c943 if (!notes->src || !notes->src->cycles_hist) in annotate__compute_ipc()
950 ch = &notes->src->cycles_hist[offset]; in annotate__compute_ipc()