Searched refs:sym_hist (Results 1 – 3 of 3) sorted by relevance
80 struct sym_hist { struct128 struct sym_hist histograms[0];137 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
502 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(u64)) in symbol__alloc_hist()505 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(u64)); in symbol__alloc_hist()592 struct sym_hist *h; in __symbol__inc_addr_samples()850 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent()1551 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()1645 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits()1664 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_printf()1741 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()1749 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
25 struct sym_hist *symhist; in perf_gtk__get_percent()