Searched refs:sym_hist (Results 1 – 3 of 3) 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()
223 struct sym_hist *h; in __symbol__inc_addr_samples()916 struct sym_hist *sym_hist = annotation__histogram(notes, evsel); in calc_percent() local931 if (sym_hist->nr_samples) { in calc_percent()934 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()940 if (sym_hist->period) in calc_percent()941 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()1190 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_hits()1227 struct sym_hist *h = annotation__histogram(notes, evsel); in hist_entry__annotate_printf()1432 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_zero_histogram()1440 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_decay_histogram()
33 struct sym_hist *symhist; in perf_gtk__get_percent()