Searched refs:sym_hist (Results 1 – 2 of 2) sorted by relevance
231 struct sym_hist { struct302 struct sym_hist *histograms;397 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, in annotated_source__histogram()403 static inline struct sym_hist *annotation__histogram(struct annotation *notes, in annotation__histogram()
222 struct sym_hist *h; in __symbol__inc_addr_samples()915 struct sym_hist *sym_hist = annotation__histogram(notes, evsel); in calc_percent() local930 if (sym_hist->nr_samples) { in calc_percent()933 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()939 if (sym_hist->period) in calc_percent()940 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()1189 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_hits()1226 struct sym_hist *h = annotation__histogram(notes, evsel); in hist_entry__annotate_printf()1431 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_zero_histogram()1439 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_decay_histogram()