sym_hist
struct sym_hist *symhist;
struct sym_hist *h = annotation__histogram(notes, evsel);
struct sym_hist *h = annotation__histogram(notes, evsel);
struct sym_hist *h = annotation__histogram(notes, evsel);
struct sym_hist *h = annotation__histogram(notes, evsel);
struct sym_hist *h;
struct sym_hist *sym_hist = annotation__histogram(notes, evsel);
if (sym_hist->nr_samples) {
data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples;
if (sym_hist->period)
data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period;
struct sym_hist *histograms;
static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src,
static inline struct sym_hist *annotation__histogram(struct annotation *notes,