Home
last modified time | relevance | path

Searched refs:sym_hist (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.h231 struct sym_hist { struct
302 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()
H A Dannotate.c220 struct sym_hist *h; in __symbol__inc_addr_samples()
913 struct sym_hist *sym_hist = annotation__histogram(notes, evsel); in calc_percent() local
928 if (sym_hist->nr_samples) { in calc_percent()
931 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
937 if (sym_hist->period) in calc_percent()
938 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()
1191 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_hits()
1228 struct sym_hist *h = annotation__histogram(notes, evsel); in hist_entry__annotate_printf()
1433 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_zero_histogram()
1441 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_decay_histogram()