Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dannotate.h126 struct cyc_hist *cycles_hist; member
Dannotate.c482 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles()
483 if (notes->src->cycles_hist == NULL) in symbol__alloc_hist_cycles()
496 if (notes->src->cycles_hist) in symbol__annotate_zero_histograms()
497 memset(notes->src->cycles_hist, 0, in symbol__annotate_zero_histograms()
510 ch = notes->src->cycles_hist; in __symbol__account_cycles()
576 if (!notes->src->cycles_hist && cycles) { in symbol__get_annotation()
/linux-4.4.14/tools/perf/
Dbuiltin-annotate.c191 zfree(&notes->src->cycles_hist); in hists__find_annotations()
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c944 if (!notes->src || !notes->src->cycles_hist) in annotate__compute_ipc()
951 ch = &notes->src->cycles_hist[offset]; in annotate__compute_ipc()