sym_hist           31 tools/perf/ui/gtk/annotate.c 	struct sym_hist *symhist;
sym_hist          775 tools/perf/util/annotate.c 	if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(struct sym_hist_entry))
sym_hist          778 tools/perf/util/annotate.c 	sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry));
sym_hist          868 tools/perf/util/annotate.c 	struct sym_hist *h;
sym_hist         2006 tools/perf/util/annotate.c static void calc_percent(struct sym_hist *sym_hist,
sym_hist         2015 tools/perf/util/annotate.c 		hits   += sym_hist->addr[offset].nr_samples;
sym_hist         2016 tools/perf/util/annotate.c 		period += sym_hist->addr[offset].period;
sym_hist         2020 tools/perf/util/annotate.c 	if (sym_hist->nr_samples) {
sym_hist         2023 tools/perf/util/annotate.c 		data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples;
sym_hist         2029 tools/perf/util/annotate.c 	if (sym_hist->period)
sym_hist         2030 tools/perf/util/annotate.c 		data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period;
sym_hist         2055 tools/perf/util/annotate.c 			struct sym_hist *sym_hist;
sym_hist         2059 tools/perf/util/annotate.c 			sym_hist = annotation__histogram(notes, evsel->idx);
sym_hist         2062 tools/perf/util/annotate.c 			calc_percent(sym_hist, hists, data, al->offset, end);
sym_hist         2243 tools/perf/util/annotate.c 	struct sym_hist *h = annotation__histogram(notes, evsel->idx);
sym_hist         2275 tools/perf/util/annotate.c 	struct sym_hist *h = annotation__histogram(notes, evsel->idx);
sym_hist         2466 tools/perf/util/annotate.c 	struct sym_hist *h = annotation__histogram(notes, evidx);
sym_hist         2474 tools/perf/util/annotate.c 	struct sym_hist *h = annotation__histogram(notes, evidx);
sym_hist          267 tools/perf/util/annotate.h 	struct sym_hist	   *histograms;
sym_hist          322 tools/perf/util/annotate.h static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx)
sym_hist          327 tools/perf/util/annotate.h static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)